diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index cebd40da8b9b..a85558fc71f3 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -35,7 +35,9 @@ typedef struct config_t { | |||
35 | unsigned int ConfigBase; | 35 | unsigned int ConfigBase; |
36 | unsigned char Status, Pin, Copy, Option, ExtStatus; | 36 | unsigned char Status, Pin, Copy, Option, ExtStatus; |
37 | unsigned int CardValues; | 37 | unsigned int CardValues; |
38 | io_req_t io; | 38 | |
39 | struct resource io[MAX_IO_WIN]; /* io ports */ | ||
40 | |||
39 | struct { | 41 | struct { |
40 | u_int Attributes; | 42 | u_int Attributes; |
41 | } irq; | 43 | } irq; |