diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/lp8727.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/lp8727.h b/include/linux/platform_data/lp8727.h index f4bcdd5f20a4..54b77880ed67 100644 --- a/include/linux/platform_data/lp8727.h +++ b/include/linux/platform_data/lp8727.h | |||
| @@ -53,6 +53,7 @@ struct lp8727_chg_param { | |||
| 53 | * @get_batt_temp : get battery temperature | 53 | * @get_batt_temp : get battery temperature |
| 54 | * @ac : charging parameters for AC type charger | 54 | * @ac : charging parameters for AC type charger |
| 55 | * @usb : charging parameters for USB type charger | 55 | * @usb : charging parameters for USB type charger |
| 56 | * @debounce_msec : interrupt debounce time | ||
| 56 | */ | 57 | */ |
| 57 | struct lp8727_platform_data { | 58 | struct lp8727_platform_data { |
| 58 | u8 (*get_batt_present)(void); | 59 | u8 (*get_batt_present)(void); |
| @@ -61,6 +62,7 @@ struct lp8727_platform_data { | |||
| 61 | u8 (*get_batt_temp)(void); | 62 | u8 (*get_batt_temp)(void); |
| 62 | struct lp8727_chg_param *ac; | 63 | struct lp8727_chg_param *ac; |
| 63 | struct lp8727_chg_param *usb; | 64 | struct lp8727_chg_param *usb; |
| 65 | unsigned int debounce_msec; | ||
| 64 | }; | 66 | }; |
| 65 | 67 | ||
| 66 | #endif | 68 | #endif |
