comparison chipsetsw/drivers/drv_app/power/power.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 /*******************************************************************************
2 *
3 * power.h
4 *
5 *
6 * (C) Texas Instruments 2001
7 *
8 ******************************************************************************/
9
10 #ifndef __POWER_H__
11 #define __POWER_H__
12
13 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE
14
15
16 /* Prototypes */
17 void Power_ON_Button(void);
18 void Power_ON_Remote(void);
19 void Switch_ON(void);
20 void Set_Switch_ON_Cause(void);
21 void Power_IT_WakeUp(void);
22 void Power_OFF_Button(void);
23 void Power_OFF_Remote(void);
24
25 #ifdef RVM_PWR_SWE
26 void PWR_Charger_Plug(void);
27 void PWR_Charger_Unplug(void);
28 #endif /* #ifdef RVM_PWR_SWE */
29
30 #endif /* __POWER_H__ */