diff options
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index 40b098d7aa41..f240bfa454f8 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -204,7 +204,8 @@ int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, | |||
204 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); | 204 | int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win); |
205 | 205 | ||
206 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); | 206 | int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); |
207 | int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); | 207 | int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, |
208 | memreq_t *req); | ||
208 | 209 | ||
209 | int pcmcia_modify_configuration(struct pcmcia_device *p_dev, modconf_t *mod); | 210 | int pcmcia_modify_configuration(struct pcmcia_device *p_dev, modconf_t *mod); |
210 | void pcmcia_disable_device(struct pcmcia_device *p_dev); | 211 | void pcmcia_disable_device(struct pcmcia_device *p_dev); |