blob: 8a80e676c5d461070b5c654f59c591a3464b63ec [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef LINUX_ATM_IDT77105_H
8#define LINUX_ATM_IDT77105_H
9#include <linux/types.h>
10#include <linux/atmioc.h>
Ben Cheng655a7c02013-10-16 16:09:24 -070011#include <linux/atmdev.h>
12struct idt77105_stats {
Tao Baod7db5942015-01-28 10:07:51 -080013 __u32 symbol_errors;
14 __u32 tx_cells;
Tao Baod7db5942015-01-28 10:07:51 -080015 __u32 rx_cells;
16 __u32 rx_hec_errors;
Ben Cheng655a7c02013-10-16 16:09:24 -070017};
Tao Baod7db5942015-01-28 10:07:51 -080018#define IDT77105_GETSTAT _IOW('a', ATMIOC_PHYPRV + 2, struct atmif_sioc)
Tao Baod7db5942015-01-28 10:07:51 -080019#define IDT77105_GETSTATZ _IOW('a', ATMIOC_PHYPRV + 3, struct atmif_sioc)
Nick Kralevicha67e4de2013-01-14 11:28:26 -080020#endif