pcmcia-pxa2xx_viper.h 161 B

1234567891011
  1. #ifndef __ARCOM_PCMCIA_H
  2. #define __ARCOM_PCMCIA_H
  3. struct arcom_pcmcia_pdata {
  4. int cd_gpio;
  5. int rdy_gpio;
  6. int pwr_gpio;
  7. void (*reset)(int state);
  8. };
  9. #endif