diff options
Diffstat (limited to 'drivers/pcmcia/cs_internal.h')
-rw-r--r-- | drivers/pcmcia/cs_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pcmcia/cs_internal.h b/drivers/pcmcia/cs_internal.h index 0a3ada970bf8..8e09a4998c84 100644 --- a/drivers/pcmcia/cs_internal.h +++ b/drivers/pcmcia/cs_internal.h | |||
@@ -227,6 +227,8 @@ extern void pcmcia_put_dev(struct pcmcia_device *p_dev); | |||
227 | 227 | ||
228 | struct pcmcia_device *pcmcia_device_add(struct pcmcia_socket *s, | 228 | struct pcmcia_device *pcmcia_device_add(struct pcmcia_socket *s, |
229 | unsigned int function); | 229 | unsigned int function); |
230 | int pcmcia_get_mem_page(struct pcmcia_socket *skt, window_handle_t win, | ||
231 | memreq_t *req); | ||
230 | 232 | ||
231 | /* pcmcia_ioctl.c */ | 233 | /* pcmcia_ioctl.c */ |
232 | extern void __init pcmcia_setup_ioctl(void); | 234 | extern void __init pcmcia_setup_ioctl(void); |