diff options
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index a04e6caa585a..57d8d0393567 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -114,18 +114,7 @@ typedef struct io_req_t { | |||
114 | #define IO_DATA_PATH_WIDTH_16 0x08 | 114 | #define IO_DATA_PATH_WIDTH_16 0x08 |
115 | #define IO_DATA_PATH_WIDTH_AUTO 0x10 | 115 | #define IO_DATA_PATH_WIDTH_AUTO 0x10 |
116 | 116 | ||
117 | /* Attributes for RequestIRQ and ReleaseIRQ */ | ||
118 | #define IRQ_TYPE 0x03 | ||
119 | #define IRQ_TYPE_EXCLUSIVE 0x00 | ||
120 | #define IRQ_TYPE_TIME 0x01 | ||
121 | #define IRQ_TYPE_DYNAMIC_SHARING 0x02 | ||
122 | #define IRQ_FORCED_PULSE 0x04 | ||
123 | #define IRQ_FIRST_SHARED 0x08 /* unused */ | ||
124 | #define IRQ_HANDLE_PRESENT 0x10 /* unused */ | ||
125 | #define IRQ_PULSE_ALLOCATED 0x100 | ||
126 | |||
127 | /* Bits in IRQInfo1 field */ | 117 | /* Bits in IRQInfo1 field */ |
128 | #define IRQ_MASK 0x0f | ||
129 | #define IRQ_NMI_ID 0x01 | 118 | #define IRQ_NMI_ID 0x01 |
130 | #define IRQ_IOCK_ID 0x02 | 119 | #define IRQ_IOCK_ID 0x02 |
131 | #define IRQ_BERR_ID 0x04 | 120 | #define IRQ_BERR_ID 0x04 |