diff options
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 674edbc9ebef..47b6092c4ed6 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -22,9 +22,6 @@ | |||
22 | /* For RequestConfiguration */ | 22 | /* For RequestConfiguration */ |
23 | typedef struct config_req_t { | 23 | typedef struct config_req_t { |
24 | u_int Attributes; | 24 | u_int Attributes; |
25 | u_int ConfigBase; | ||
26 | u_char ConfigIndex; | ||
27 | u_int Present; | ||
28 | } config_req_t; | 25 | } config_req_t; |
29 | 26 | ||
30 | /* Attributes for RequestConfiguration */ | 27 | /* Attributes for RequestConfiguration */ |
@@ -35,16 +32,4 @@ typedef struct config_req_t { | |||
35 | #define CONF_ENABLE_ESR 0x10 | 32 | #define CONF_ENABLE_ESR 0x10 |
36 | #define CONF_VALID_CLIENT 0x100 | 33 | #define CONF_VALID_CLIENT 0x100 |
37 | 34 | ||
38 | /* Configuration registers present */ | ||
39 | #define PRESENT_OPTION 0x001 | ||
40 | #define PRESENT_STATUS 0x002 | ||
41 | #define PRESENT_PIN_REPLACE 0x004 | ||
42 | #define PRESENT_COPY 0x008 | ||
43 | #define PRESENT_EXT_STATUS 0x010 | ||
44 | #define PRESENT_IOBASE_0 0x020 | ||
45 | #define PRESENT_IOBASE_1 0x040 | ||
46 | #define PRESENT_IOBASE_2 0x080 | ||
47 | #define PRESENT_IOBASE_3 0x100 | ||
48 | #define PRESENT_IOSIZE 0x200 | ||
49 | |||
50 | #endif /* _LINUX_CS_H */ | 35 | #endif /* _LINUX_CS_H */ |