Fix low battery shutdown tool 2

(forgot the driver changes)
This commit is contained in:
Kostas Missos
2018-07-01 17:01:10 +03:00
parent 9672650d1a
commit 7b97015df6
3 changed files with 8 additions and 0 deletions

View File

@@ -64,5 +64,6 @@ int max77620_regulator_config_fps(u32 id);
int max77620_regulator_set_voltage(u32 id, u32 mv);
int max77620_regulator_enable(u32 id, int enable);
void max77620_config_default();
void max77620_low_battery_monitor_config();
#endif