atm_idt77105.h
01:
02:
03:
04: <gnb@linuxfan.com>
05:
06:
07: #ifndef LINUX_ATM_IDT77105_H
08: #define LINUX_ATM_IDT77105_H
09:
10: #include <linux/types.h>
11: #include <linux/atmioc.h>
12: #include <linux/atmdev.h>
13:
14:
15:
16:
17:
18: struct idt77105_stats {
19: __u32 symbol_errors;
20: __u32 tx_cells;
21: __u32 rx_cells;
22: __u32 rx_hec_errors;
23: };
24:
25: #define IDT77105_GETSTAT _IOW('a',ATMIOC_PHYPRV+2,struct atmif_sioc)
26: #define IDT77105_GETSTATZ _IOW('a',ATMIOC_PHYPRV+3,struct atmif_sioc)
27:
28: #endif
29:
© Andrew Scott 2006 -
2025,
All Rights Reserved