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_HE_H 7 #define LINUX_ATM_HE_H 8 #include <linux/atmioc.h> 9 #define HE_GET_REG _IOW('a', ATMIOC_SARPRV, struct atmif_sioc) 10 #define HE_REGTYPE_PCI 1 11 #define HE_REGTYPE_RCM 2 12 #define HE_REGTYPE_TCM 3 13 #define HE_REGTYPE_MBOX 4 14 struct he_ioctl_reg { 15 unsigned addr, val; 16 char type; 17 }; 18 #endif 19