comparison src/cs/drivers/drv_app/pwr/pwr_disch.h @ 0:b6a5e36de839

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
1 /*******************************************************************************
2 *
3 * pwr_disch.h
4 *
5 * Purpose: This file contains prototypes for battery discharge management.
6 *
7 * (C) Texas Instruments 2001
8 *
9 ******************************************************************************/
10
11 #ifndef __PWR_DISCH_H__
12 #define __PWR_DISCH_H__
13
14 /* Prototypes */
15 void pwr_discharge_timer_process(void);
16 void pwr_handle_discharge(void);
17
18 #endif /* __PWR_DISCH_H__ */