comparison src/cs/drivers/drv_app/pwr/pwr_env.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
14 /* Author Candice Bazanegue (c-brille@ti.com) */ 14 /* Author Candice Bazanegue (c-brille@ti.com) */
15 /* */ 15 /* */
16 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */ 16 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
17 /*****************************************************************************/ 17 /*****************************************************************************/
18 18
19 #include "rv_defined_swe.h" // for RVM_PWR_SWE 19 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE
20 20
21 #ifdef RVM_PWR_SWE 21 #ifdef RVM_PWR_SWE
22 22
23 #include "rvm_priorities.h" 23 #include "rvm/rvm_priorities.h"
24 #include "rvm_api.h" 24 #include "rvm/rvm_api.h"
25 #include "pwr_env.h" 25 #include "pwr/pwr_env.h"
26 #include "spi_env.h" 26 #include "spi/spi_env.h"
27 #include "pwr_cust.h" 27 #include "pwr/pwr_cust.h"
28 #include "pwr_analog_dev.h" 28 #include "pwr/pwr_analog_dev.h"
29 #include "rvm_use_id_list.h" 29 #include "rvm/rvm_use_id_list.h"
30 #include <string.h> 30 #include <string.h>
31 31
32 /* Define a pointer to the PWR environment control block */ 32 /* Define a pointer to the PWR environment control block */
33 T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk = NULL; 33 T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk = NULL;
34 34