diff options
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/cs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 087b3bc0489c..e0835d612b7a 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -125,7 +125,7 @@ typedef struct modconf_t { | |||
125 | /* For RequestConfiguration */ | 125 | /* For RequestConfiguration */ |
126 | typedef struct config_req_t { | 126 | typedef struct config_req_t { |
127 | u_int Attributes; | 127 | u_int Attributes; |
128 | u_int Vcc, Vpp1, Vpp2; | 128 | u_int Vpp; /* both Vpp1 and Vpp2 */ |
129 | u_int IntType; | 129 | u_int IntType; |
130 | u_int ConfigBase; | 130 | u_int ConfigBase; |
131 | u_char Status, Pin, Copy, ExtStatus; | 131 | u_char Status, Pin, Copy, ExtStatus; |