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

PWR SWE compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 16:08:17 +0000
parents fb95e3f83dc5
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_task.h" 20 #include "spi/spi_task.h"
21 #include "spi_api.h" 21 #include "spi/spi_api.h"
22 #include "pwr_cust.h" 22 #include "pwr/pwr_cust.h"
23 #include "pwr_liion_cha.h" 23 #include "pwr/pwr_liion_cha.h"
24 #include "pwr_disch.h" 24 #include "pwr/pwr_disch.h"
25 #include "spi_env.h" 25 #include "spi/spi_env.h"
26 #include "rvf_api.h" 26 #include "rvf/rvf_api.h"
27 #include "pwr_analog_dev.h" 27 #include "pwr/pwr_analog_dev.h"
28 #include "pwr_messages.h" 28 #include "pwr/pwr_messages.h"
29 29
30 /* Global variable */ 30 /* Global variable */
31 extern T_SPI_GBL_INFO *SPI_GBL_INFO_PTR; 31 extern T_SPI_GBL_INFO *SPI_GBL_INFO_PTR;
32 32
33 33