diff options
Diffstat (limited to 'include/pcmcia/cistpl.h')
-rw-r--r-- | include/pcmcia/cistpl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pcmcia/cistpl.h b/include/pcmcia/cistpl.h index e2e10c1e9a06..b2eb914a18df 100644 --- a/include/pcmcia/cistpl.h +++ b/include/pcmcia/cistpl.h | |||
@@ -613,4 +613,10 @@ int pccard_validate_cis(struct pcmcia_socket *s, unsigned int function, unsigned | |||
613 | #define pcmcia_validate_cis(p_dev, info) \ | 613 | #define pcmcia_validate_cis(p_dev, info) \ |
614 | pccard_validate_cis(p_dev->socket, p_dev->func, info) | 614 | pccard_validate_cis(p_dev->socket, p_dev->func, info) |
615 | 615 | ||
616 | int pcmcia_loop_config(struct pcmcia_device *p_dev, | ||
617 | int (*conf_check) (struct pcmcia_device *p_dev, | ||
618 | cistpl_cftable_entry_t *cf, | ||
619 | void *priv_data), | ||
620 | void *priv_data); | ||
621 | |||
616 | #endif /* LINUX_CISTPL_H */ | 622 | #endif /* LINUX_CISTPL_H */ |