Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / atm_he.h
blob2a7713b597cf83027a4f603d88a3d718df57ca15
1 /* atm_he.h */
3 #ifndef LINUX_ATM_HE_H
4 #define LINUX_ATM_HE_H
6 #include <linux/atmioc.h>
8 #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
15 struct he_ioctl_reg {
16 unsigned addr, val;
17 char type;
20 #endif /* LINUX_ATM_HE_H */