• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef LINUX_ATM_IDT77105_H
7 #define LINUX_ATM_IDT77105_H
8 #include <linux/types.h>
9 #include <linux/atmioc.h>
10 #include <linux/atmdev.h>
11 struct idt77105_stats {
12         __u32 symbol_errors;
13         __u32 tx_cells;
14         __u32 rx_cells;
15         __u32 rx_hec_errors;
16 };
17 #define IDT77105_GETSTAT	_IOW('a',ATMIOC_PHYPRV+2,struct atmif_sioc)
18 #define IDT77105_GETSTATZ	_IOW('a',ATMIOC_PHYPRV+3,struct atmif_sioc)
19 #endif
20