Merge tag 'exfat-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linki...
[linux-2.6-microblaze.git] / include / linux / power / jz4740-battery.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  Copyright (C) 2009, Jiejing Zhang <kzjeef@gmail.com>
4  */
5
6 #ifndef __JZ4740_BATTERY_H
7 #define __JZ4740_BATTERY_H
8
9 struct jz_battery_platform_data {
10         struct power_supply_info info;
11         int gpio_charge;        /* GPIO port of Charger state */
12         int gpio_charge_active_low;
13 };
14
15 #endif