diff options
Diffstat (limited to 'include/linux/atm_he.h')
-rw-r--r-- | include/linux/atm_he.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/atm_he.h b/include/linux/atm_he.h deleted file mode 100644 index 2a7713b597cf..000000000000 --- a/include/linux/atm_he.h +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | /* atm_he.h */ | ||
2 | |||
3 | #ifndef LINUX_ATM_HE_H | ||
4 | #define LINUX_ATM_HE_H | ||
5 | |||
6 | #include <linux/atmioc.h> | ||
7 | |||
8 | #define HE_GET_REG _IOW('a', ATMIOC_SARPRV, struct atmif_sioc) | ||
9 | |||
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 | |||
15 | struct he_ioctl_reg { | ||
16 | unsigned addr, val; | ||
17 | char type; | ||
18 | }; | ||
19 | |||
20 | #endif /* LINUX_ATM_HE_H */ | ||