diff options
Diffstat (limited to 'include/linux/pcf50633.h')
-rw-r--r-- | include/linux/pcf50633.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h index bf50fe4e70d..b6a67ee5e4f 100644 --- a/include/linux/pcf50633.h +++ b/include/linux/pcf50633.h @@ -46,6 +46,7 @@ pcf50633_voltage_set(struct pcf50633_data *pcf, extern unsigned int pcf50633_voltage_get(struct pcf50633_data *pcf, enum pcf50633_regulator_id reg); + extern int pcf50633_onoff_get(struct pcf50633_data *pcf, enum pcf50633_regulator_id reg); |