jz4740-battery.h 325 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Copyright (C) 2009, Jiejing Zhang <[email protected]>
  4. */
  5. #ifndef __JZ4740_BATTERY_H
  6. #define __JZ4740_BATTERY_H
  7. struct jz_battery_platform_data {
  8. struct power_supply_info info;
  9. int gpio_charge; /* GPIO port of Charger state */
  10. int gpio_charge_active_low;
  11. };
  12. #endif