diff src/cs/drivers/drv_app/fchg/fchg_func_i.h @ 326:919b44c991fc

FCHG: reading of battery table from FFS implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Dec 2017 05:04:09 +0000
parents
children 8166b0afcf8c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cs/drivers/drv_app/fchg/fchg_func_i.h	Tue Dec 05 05:04:09 2017 +0000
@@ -0,0 +1,12 @@
+/*
+ * Declarations of internal functions live here.
+ */
+
+#ifndef __FCHG_FUNC_I
+#define __FCHG_FUNC_I
+
+void pwr_load_ffs_batt_table(void);
+void pwr_load_ffs_charging_config(void);
+void pwr_set_default_batt_table(void);
+
+#endif	/* include guard */