diff options
Diffstat (limited to 'include/pcmcia')
-rw-r--r-- | include/pcmcia/cs.h | 6 | ||||
-rw-r--r-- | include/pcmcia/ds.h | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index 583a4e33039a..e4faf4420f2a 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -68,12 +68,6 @@ typedef struct config_req_t { | |||
68 | #define PRESENT_IOBASE_3 0x100 | 68 | #define PRESENT_IOBASE_3 0x100 |
69 | #define PRESENT_IOSIZE 0x200 | 69 | #define PRESENT_IOSIZE 0x200 |
70 | 70 | ||
71 | /* For GetMemPage, MapMemPage */ | ||
72 | typedef struct memreq_t { | ||
73 | u_int CardOffset; | ||
74 | u_short Page; | ||
75 | } memreq_t; | ||
76 | |||
77 | /* For RequestWindow */ | 71 | /* For RequestWindow */ |
78 | typedef struct win_req_t { | 72 | typedef struct win_req_t { |
79 | u_int Attributes; | 73 | u_int Attributes; |
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index 0748bec0a87a..a2bf3a702c08 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -202,7 +202,7 @@ int pcmcia_request_window(struct pcmcia_device *p_dev, win_req_t *req, | |||
202 | window_handle_t *wh); | 202 | window_handle_t *wh); |
203 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); | 203 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); |
204 | int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, | 204 | int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, |
205 | memreq_t *req); | 205 | unsigned int offset); |
206 | 206 | ||
207 | int pcmcia_modify_configuration(struct pcmcia_device *p_dev, modconf_t *mod); | 207 | int pcmcia_modify_configuration(struct pcmcia_device *p_dev, modconf_t *mod); |
208 | void pcmcia_disable_device(struct pcmcia_device *p_dev); | 208 | void pcmcia_disable_device(struct pcmcia_device *p_dev); |