FreeCalypso > hg > fc-tourmaline
comparison src/cs/drivers/drv_app/pwr/pwr_disch.h @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e78acac3d88 |
---|---|
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__ */ |