| * Copyright (C) 2011 National Semiconductor |
| * 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. |
| struct lp8727_chg_param { |
| /* end of charge level setting */ |
| enum lp8727_eoc_level eoc_level; |
| struct lp8727_platform_data { |
| u8 (*get_batt_present)(void); |
| u16 (*get_batt_level)(void); |
| u8 (*get_batt_capacity)(void); |
| u8 (*get_batt_temp)(void); |
| struct lp8727_chg_param ac; |
| struct lp8727_chg_param usb; |