diff options
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index d5838c30d20f..87a260e3699e 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -147,11 +147,11 @@ typedef struct config_req_t { | |||
147 | 147 | ||
148 | /* For RequestIO and ReleaseIO */ | 148 | /* For RequestIO and ReleaseIO */ |
149 | typedef struct io_req_t { | 149 | typedef struct io_req_t { |
150 | ioaddr_t BasePort1; | 150 | u_int BasePort1; |
151 | ioaddr_t NumPorts1; | 151 | u_int NumPorts1; |
152 | u_int Attributes1; | 152 | u_int Attributes1; |
153 | ioaddr_t BasePort2; | 153 | u_int BasePort2; |
154 | ioaddr_t NumPorts2; | 154 | u_int NumPorts2; |
155 | u_int Attributes2; | 155 | u_int Attributes2; |
156 | u_int IOAddrLines; | 156 | u_int IOAddrLines; |
157 | } io_req_t; | 157 | } io_req_t; |