diff options
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index c943c967ac7a..c78d9b112080 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -43,14 +43,6 @@ typedef struct conf_reg_t { | |||
43 | #define CV_COPY_VALUE 0x08 | 43 | #define CV_COPY_VALUE 0x08 |
44 | #define CV_EXT_STATUS 0x10 | 44 | #define CV_EXT_STATUS 0x10 |
45 | 45 | ||
46 | /* For GetFirst/NextClient */ | ||
47 | typedef struct client_req_t { | ||
48 | socket_t Socket; | ||
49 | u_int Attributes; | ||
50 | } client_req_t; | ||
51 | |||
52 | #define CLIENT_THIS_SOCKET 0x01 | ||
53 | |||
54 | /* ModifyConfiguration */ | 46 | /* ModifyConfiguration */ |
55 | typedef struct modconf_t { | 47 | typedef struct modconf_t { |
56 | u_int Attributes; | 48 | u_int Attributes; |
@@ -133,7 +125,7 @@ typedef struct io_req_t { | |||
133 | /* For GetMemPage, MapMemPage */ | 125 | /* For GetMemPage, MapMemPage */ |
134 | typedef struct memreq_t { | 126 | typedef struct memreq_t { |
135 | u_int CardOffset; | 127 | u_int CardOffset; |
136 | page_t Page; | 128 | u_short Page; |
137 | } memreq_t; | 129 | } memreq_t; |
138 | 130 | ||
139 | /* For ModifyWindow */ | 131 | /* For ModifyWindow */ |