comparison src/cs/drivers/drv_app/pwr/pwr_disch.c @ 151:c93a236e0d50

PWR SWE compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 16:08:17 +0000
parents 246f4a7dd92b
children
comparison
equal deleted inserted replaced
150:05aa9659f6d6 151:c93a236e0d50
6 * 6 *
7 * (C) Texas Instruments 2001 7 * (C) Texas Instruments 2001
8 * 8 *
9 ******************************************************************************/ 9 ******************************************************************************/
10 10
11 #include "rv_defined_swe.h" // for RVM_PWR_SWE 11 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE
12 12
13 #ifdef RVM_PWR_SWE 13 #ifdef RVM_PWR_SWE
14 14
15 #include "abb.h" 15 #include "abb/abb.h"
16 #include "rvm_use_id_list.h" 16 #include "rvm/rvm_use_id_list.h"
17 #include "pwr_disch.h" 17 #include "pwr/pwr_disch.h"
18 #include "power.h" 18 #include "power/power.h"
19 #include "spi_task.h" 19 #include "spi/spi_task.h"
20 #include "pwr_cust.h" 20 #include "pwr/pwr_cust.h"
21 #include "pwr_messages.h" 21 #include "pwr/pwr_messages.h"
22 #include "spi_env.h" 22 #include "spi/spi_env.h"
23 #include "pwr_env.h" 23 #include "pwr/pwr_env.h"
24 24
25 /* Define a pointer to the PWR Environment control block. */ 25 /* Define a pointer to the PWR Environment control block. */
26 extern T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk; 26 extern T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk;
27 27
28 28