Skip to content

Commit

Permalink
Remove struct fddi_statistics from user view in <linux/if_fddi.h>
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed May 16, 2006
1 parent 80b9192 commit 3ac6c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/if_fddi.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ struct fddihdr
} hdr;
} __attribute__ ((packed));

#ifdef __KERNEL__
/* Define FDDI statistics structure */
struct fddi_statistics {

Expand Down Expand Up @@ -193,5 +194,6 @@ struct fddi_statistics {
__u32 port_ler_flag[2];
__u32 port_hardware_present[2];
};
#endif /* __KERNEL__ */

#endif /* _LINUX_IF_FDDI_H */

0 comments on commit 3ac6c7b

Please sign in to comment.