diff src/cs/drivers/drv_app/pwr/pwr_env.h @ 151:c93a236e0d50

PWR SWE compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 16:08:17 +0000
parents fb95e3f83dc5
children
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/pwr/pwr_env.h	Sun Oct 09 15:17:19 2016 +0000
+++ b/src/cs/drivers/drv_app/pwr/pwr_env.h	Sun Oct 09 16:08:17 2016 +0000
@@ -19,17 +19,17 @@
 #ifndef __PWR_ENV_H__
 #define __PWR_ENV_H__
 
-#include "rvm_gen.h"
-#include "pwr_api.h"
+#include "rvm/rvm_gen.h"
+#include "pwr/pwr_api.h"
 
-#include "pwr_cust.h"
+#include "pwr/pwr_cust.h"
 
-#include "rvf_pool_size.h"	/* Stack & Memory Bank sizes definitions */
+#include "pwr/pwr_pool_size.h"	/* Stack & Memory Bank sizes definitions */
 
 #define PWR_MAILBOX_USED   RVF_TASK_MBOX_1
 
 /* memory bank size and watermark */
-#define PWR_MB_PRIM_SIZE            RVF_PWR_MB1_SIZE
+#define PWR_MB_PRIM_SIZE            PWR_MB1_SIZE
 
 #define PWR_MB_PRIM_WATERMARK     (PWR_MB_PRIM_SIZE - 200)