mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

Signed-off-by: Maxime Bizon <mbizon@freebox.fr> Reviewed-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
238 B
C
13 lines
238 B
C
#ifndef BCM63XX_DEV_PCMCIA_H_
|
|
#define BCM63XX_DEV_PCMCIA_H_
|
|
|
|
/*
|
|
* PCMCIA driver platform data
|
|
*/
|
|
struct bcm63xx_pcmcia_platform_data {
|
|
unsigned int ready_gpio;
|
|
};
|
|
|
|
int bcm63xx_pcmcia_register(void);
|
|
|
|
#endif /* BCM63XX_DEV_PCMCIA_H_ */
|