aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia')
-rw-r--r--include/pcmcia/ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h
index d82392de4e92..40b098d7aa41 100644
--- a/include/pcmcia/ds.h
+++ b/include/pcmcia/ds.h
@@ -201,7 +201,7 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev,
201 201
202int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req, 202int pcmcia_request_window(struct pcmcia_device **p_dev, win_req_t *req,
203 window_handle_t *wh); 203 window_handle_t *wh);
204int pcmcia_release_window(window_handle_t win); 204int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win);
205 205
206int pcmcia_get_mem_page(window_handle_t win, memreq_t *req); 206int pcmcia_get_mem_page(window_handle_t win, memreq_t *req);
207int pcmcia_map_mem_page(window_handle_t win, memreq_t *req); 207int pcmcia_map_mem_page(window_handle_t win, memreq_t *req);