Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ARCOM_PCMCIA_H
0003 #define __ARCOM_PCMCIA_H
0004 
0005 struct arcom_pcmcia_pdata {
0006     int cd_gpio;
0007     int rdy_gpio;
0008     int pwr_gpio;
0009     void    (*reset)(int state);
0010 };
0011 
0012 #endif