aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/cs.h
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2008-08-31 10:00:42 -0400
committerDominik Brodowski <linux@dominikbrodowski.net>2008-08-31 10:00:42 -0400
commita45b3fb19ba1e4dfc3fc53563a072612092930a9 (patch)
treeb973d46c7f9002d403bbd09d959b029fb9144351 /include/pcmcia/cs.h
parent272433e088f843dc4dd5a5ad38dd68b9a93dcebf (diff)
pcmcia: ioctl-internal definitions
cisinfo_t and cs_status_t are only used by the (deprecated) PCMCIA ioctl. Therefore, move them out of the way. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r--include/pcmcia/cs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h
index 6944a74d3a7c..904468a191ef 100644
--- a/include/pcmcia/cs.h
+++ b/include/pcmcia/cs.h
@@ -201,12 +201,6 @@ typedef struct win_req_t {
201#define WIN_BAR_MASK 0xe000 201#define WIN_BAR_MASK 0xe000
202#define WIN_BAR_SHIFT 13 202#define WIN_BAR_SHIFT 13
203 203
204typedef struct cs_status_t {
205 u_char Function;
206 event_t CardState;
207 event_t SocketState;
208} cs_status_t;
209
210typedef struct error_info_t { 204typedef struct error_info_t {
211 int func; 205 int func;
212 int retcode; 206 int retcode;