pcmcia: do not use io_req_t when calling pcmcia_request_io()
[deliverable/linux.git] / include / pcmcia / cs.h
index 0cd8c70d8aaa8c6b40d58f8ada54d48bc8d2a868..ad71bb5a8658ae09895769d5368a122de0871dc4 100644 (file)
@@ -56,23 +56,6 @@ typedef struct config_req_t {
 #define INT_CARDBUS            0x04
 #define INT_ZOOMED_VIDEO       0x08
 
-/* For RequestIO and ReleaseIO */
-typedef struct io_req_t {
-    u_int      BasePort1;
-    u_int      NumPorts1;
-    u_int      Attributes1;
-    u_int      BasePort2;
-    u_int      NumPorts2;
-    u_int      Attributes2;
-    u_int      IOAddrLines;
-} io_req_t;
-
-/* Attributes for RequestIO and ReleaseIO */
-#define IO_DATA_PATH_WIDTH     0x18
-#define IO_DATA_PATH_WIDTH_8   0x00
-#define IO_DATA_PATH_WIDTH_16  0x08
-#define IO_DATA_PATH_WIDTH_AUTO        0x10
-
 /* Bits in IRQInfo1 field */
 #define IRQ_NMI_ID             0x01
 #define IRQ_IOCK_ID            0x02
This page took 0.025367 seconds and 5 git commands to generate.