aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/ds.h')
-rw-r--r--include/pcmcia/ds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h
index f240bfa454f8..cbf5f05745f2 100644
--- a/include/pcmcia/ds.h
+++ b/include/pcmcia/ds.h
@@ -202,8 +202,6 @@ int pcmcia_request_configuration(struct pcmcia_device *p_dev,
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(struct pcmcia_device *p_dev, window_handle_t win); 204int pcmcia_release_window(struct pcmcia_device *p_dev, window_handle_t win);
205
206int pcmcia_get_mem_page(window_handle_t win, memreq_t *req);
207int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win, 205int pcmcia_map_mem_page(struct pcmcia_device *p_dev, window_handle_t win,
208 memreq_t *req); 206 memreq_t *req);
209 207