aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pcmcia/cs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h
index 29d693f72ba9..674edbc9ebef 100644
--- a/include/pcmcia/cs.h
+++ b/include/pcmcia/cs.h
@@ -22,7 +22,6 @@
22/* For RequestConfiguration */ 22/* For RequestConfiguration */
23typedef struct config_req_t { 23typedef struct config_req_t {
24 u_int Attributes; 24 u_int Attributes;
25 u_int IntType;
26 u_int ConfigBase; 25 u_int ConfigBase;
27 u_char ConfigIndex; 26 u_char ConfigIndex;
28 u_int Present; 27 u_int Present;
@@ -36,12 +35,6 @@ typedef struct config_req_t {
36#define CONF_ENABLE_ESR 0x10 35#define CONF_ENABLE_ESR 0x10
37#define CONF_VALID_CLIENT 0x100 36#define CONF_VALID_CLIENT 0x100
38 37
39/* IntType field */
40#define INT_MEMORY 0x01
41#define INT_MEMORY_AND_IO 0x02
42#define INT_CARDBUS 0x04
43#define INT_ZOOMED_VIDEO 0x08
44
45/* Configuration registers present */ 38/* Configuration registers present */
46#define PRESENT_OPTION 0x001 39#define PRESENT_OPTION 0x001
47#define PRESENT_STATUS 0x002 40#define PRESENT_STATUS 0x002