/* * Copyright (C) 2009 Samsung Electronics * Copyright (C) 2012 Nvidia Cooperation * Minkyu Kang * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __MAX17048_BATTERY_H_ #define __MAX17048_BATTERY_H_ struct max17048_platform_data { int (*battery_online)(void); int (*charging_status)(void); int (*charger_online)(void); }; #endif