xref: /aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/atm_idt77105.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef LINUX_ATM_IDT77105_H
8 #define LINUX_ATM_IDT77105_H
9 #include <linux/types.h>
10 #include <linux/atmioc.h>
11 #include <linux/atmdev.h>
12 struct idt77105_stats {
13   __u32 symbol_errors;
14   __u32 tx_cells;
15   __u32 rx_cells;
16   __u32 rx_hec_errors;
17 };
18 #define IDT77105_GETSTAT _IOW('a', ATMIOC_PHYPRV + 2, struct atmif_sioc)
19 #define IDT77105_GETSTATZ _IOW('a', ATMIOC_PHYPRV + 3, struct atmif_sioc)
20 #endif
21