comparison src/cs/drivers/drv_app/pwr/pwr_process.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
13 /* Author Candice Bazanegue */ 13 /* Author Candice Bazanegue */
14 /* */ 14 /* */
15 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */ 15 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
16 /*****************************************************************************/ 16 /*****************************************************************************/
17 17
18 #include "rv_defined_swe.h" // for RVM_PWR_SWE 18 #include "rv/rv_defined_swe.h" // for RVM_PWR_SWE
19 19
20 #ifdef RVM_PWR_SWE 20 #ifdef RVM_PWR_SWE
21 21
22 #include "abb.h" 22 #include "abb/abb.h"
23 #include "rvm_use_id_list.h" 23 #include "rvm/rvm_use_id_list.h"
24 #include "rvf_api.h" 24 #include "rvf/rvf_api.h"
25 #include "pwr_messages_i.h" 25 #include "pwr/pwr_messages_i.h"
26 #include "spi_env.h" 26 #include "spi/spi_env.h"
27 27
28 28
29 /******************************************************************************* 29 /*******************************************************************************
30 ** Function pwr_process 30 ** Function pwr_process
31 ** 31 **