comparison src/cs/drivers/drv_app/pwr/pwr_api.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
10 * 10 *
11 * (C) Texas Instruments 2001 11 * (C) Texas Instruments 2001
12 * 12 *
13 ******************************************************************************/ 13 ******************************************************************************/
14 14
15 #include "rv_defined_swe.h" // for RVM_PWR_SWE 15 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE
16 16
17 #ifdef RVM_PWR_SWE 17 #ifdef RVM_PWR_SWE
18 18
19 #include "rvm_use_id_list.h" 19 #include "rvm/rvm_use_id_list.h"
20 #include "spi_api.h" 20 #include "spi/spi_api.h"
21 #include "spi_env.h" 21 #include "spi/spi_env.h"
22 #include "pwr_env.h" 22 #include "pwr/pwr_env.h"
23 #include "pwr_cust.h" 23 #include "pwr/pwr_cust.h"
24 #include "pwr_messages.h" 24 #include "pwr/pwr_messages.h"
25 #include "pwr_messages_i.h" 25 #include "pwr/pwr_messages_i.h"
26 26
27 /* Define a pointer to the PWR Environment control block. */ 27 /* Define a pointer to the PWR Environment control block. */
28 extern T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk; 28 extern T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk;
29 29
30 30