diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-07-24 11:43:10 -0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2010-08-03 03:04:13 -0400 |
commit | a3d0d4d8dd45779b6e174a8567ffb9b485e472af (patch) | |
tree | 0b826ed221d8ce2f2c00a758e336470791f9386e /include/pcmcia/cs.h | |
parent | 90abdc3b973229bae98dd96649d9f7106cc177a4 (diff) |
pcmcia: move local definitions out of include/pcmcia/cs.h
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index ad71bb5a8658..583a4e33039a 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -56,16 +56,6 @@ typedef struct config_req_t { | |||
56 | #define INT_CARDBUS 0x04 | 56 | #define INT_CARDBUS 0x04 |
57 | #define INT_ZOOMED_VIDEO 0x08 | 57 | #define INT_ZOOMED_VIDEO 0x08 |
58 | 58 | ||
59 | /* Bits in IRQInfo1 field */ | ||
60 | #define IRQ_NMI_ID 0x01 | ||
61 | #define IRQ_IOCK_ID 0x02 | ||
62 | #define IRQ_BERR_ID 0x04 | ||
63 | #define IRQ_VEND_ID 0x08 | ||
64 | #define IRQ_INFO2_VALID 0x10 | ||
65 | #define IRQ_LEVEL_ID 0x20 | ||
66 | #define IRQ_PULSE_ID 0x40 | ||
67 | #define IRQ_SHARE_ID 0x80 | ||
68 | |||
69 | /* Configuration registers present */ | 59 | /* Configuration registers present */ |
70 | #define PRESENT_OPTION 0x001 | 60 | #define PRESENT_OPTION 0x001 |
71 | #define PRESENT_STATUS 0x002 | 61 | #define PRESENT_STATUS 0x002 |
@@ -84,12 +74,6 @@ typedef struct memreq_t { | |||
84 | u_short Page; | 74 | u_short Page; |
85 | } memreq_t; | 75 | } memreq_t; |
86 | 76 | ||
87 | /* For ModifyWindow */ | ||
88 | typedef struct modwin_t { | ||
89 | u_int Attributes; | ||
90 | u_int AccessSpeed; | ||
91 | } modwin_t; | ||
92 | |||
93 | /* For RequestWindow */ | 77 | /* For RequestWindow */ |
94 | typedef struct win_req_t { | 78 | typedef struct win_req_t { |
95 | u_int Attributes; | 79 | u_int Attributes; |
@@ -121,7 +105,4 @@ typedef struct win_req_t { | |||
121 | #define WIN_BAR_MASK 0xe000 | 105 | #define WIN_BAR_MASK 0xe000 |
122 | #define WIN_BAR_SHIFT 13 | 106 | #define WIN_BAR_SHIFT 13 |
123 | 107 | ||
124 | /* Flag to bind to all functions */ | ||
125 | #define BIND_FN_ALL 0xff | ||
126 | |||
127 | #endif /* _LINUX_CS_H */ | 108 | #endif /* _LINUX_CS_H */ |