mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Remove struct fddi_statistics from user view in <linux/if_fddi.h>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
80b9192ee0
commit
3ac6c7b445
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ struct fddihdr
|
||||||
} hdr;
|
} hdr;
|
||||||
} __attribute__ ((packed));
|
} __attribute__ ((packed));
|
||||||
|
|
||||||
|
#ifdef __KERNEL__
|
||||||
/* Define FDDI statistics structure */
|
/* Define FDDI statistics structure */
|
||||||
struct fddi_statistics {
|
struct fddi_statistics {
|
||||||
|
|
||||||
|
@ -193,5 +194,6 @@ struct fddi_statistics {
|
||||||
__u32 port_ler_flag[2];
|
__u32 port_ler_flag[2];
|
||||||
__u32 port_hardware_present[2];
|
__u32 port_hardware_present[2];
|
||||||
};
|
};
|
||||||
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
#endif /* _LINUX_IF_FDDI_H */
|
#endif /* _LINUX_IF_FDDI_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue