st1232_pdata.h 206 B

12345678910111213
  1. #ifndef _LINUX_ST1232_PDATA_H
  2. #define _LINUX_ST1232_PDATA_H
  3. /*
  4. * Optional platform data
  5. *
  6. * Use this if you want the driver to drive the reset pin.
  7. */
  8. struct st1232_pdata {
  9. int reset_gpio;
  10. };
  11. #endif