bq24190_charger.h 421 B

12345678910111213141516
  1. /*
  2. * Platform data for the TI bq24190 battery charger driver.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. #ifndef _BQ24190_CHARGER_H_
  9. #define _BQ24190_CHARGER_H_
  10. struct bq24190_platform_data {
  11. unsigned int gpio_int; /* GPIO pin that's connected to INT# */
  12. };
  13. #endif