Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[deliverable/linux.git] / include / linux / platform_data / pcmcia-pxa2xx_viper.h
1 #ifndef __ARCOM_PCMCIA_H
2 #define __ARCOM_PCMCIA_H
3
4 struct arcom_pcmcia_pdata {
5 int cd_gpio;
6 int rdy_gpio;
7 int pwr_gpio;
8 void (*reset)(int state);
9 };
10
11 #endif
This page took 0.031712 seconds and 6 git commands to generate.