Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef BCM63XX_DEV_PCMCIA_H_
0003 #define BCM63XX_DEV_PCMCIA_H_
0004 
0005 /*
0006  * PCMCIA driver platform data
0007  */
0008 struct bcm63xx_pcmcia_platform_data {
0009     unsigned int ready_gpio;
0010 };
0011 
0012 int bcm63xx_pcmcia_register(void);
0013 
0014 #endif /* BCM63XX_DEV_PCMCIA_H_ */