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