diff options
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r-- | include/pcmcia/cs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h index eda32a595810..a5d8df24d56c 100644 --- a/include/pcmcia/cs.h +++ b/include/pcmcia/cs.h | |||
@@ -392,6 +392,8 @@ int pcmcia_eject_card(struct pcmcia_socket *skt); | |||
392 | int pcmcia_insert_card(struct pcmcia_socket *skt); | 392 | int pcmcia_insert_card(struct pcmcia_socket *skt); |
393 | int pccard_reset_card(struct pcmcia_socket *skt); | 393 | int pccard_reset_card(struct pcmcia_socket *skt); |
394 | 394 | ||
395 | void pcmcia_disable_device(struct pcmcia_device *p_dev); | ||
396 | |||
395 | struct pcmcia_socket * pcmcia_get_socket(struct pcmcia_socket *skt); | 397 | struct pcmcia_socket * pcmcia_get_socket(struct pcmcia_socket *skt); |
396 | void pcmcia_put_socket(struct pcmcia_socket *skt); | 398 | void pcmcia_put_socket(struct pcmcia_socket *skt); |
397 | 399 | ||