diff nuc-fw/riviera/rvf/rvf_api.h @ 119:dd56546ad9e0

starting to compile RVF
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 30 Oct 2013 23:19:21 +0000
parents 21de8d8e6ea7
children
line wrap: on
line diff
--- a/nuc-fw/riviera/rvf/rvf_api.h	Tue Oct 29 07:03:45 2013 +0000
+++ b/nuc-fw/riviera/rvf/rvf_api.h	Wed Oct 30 23:19:21 2013 +0000
@@ -22,11 +22,10 @@
 #ifndef _RVF_API_H
 #define _RVF_API_H
 
-#include "rv/general.h"
-#include "rv/rv_general.h"
-#include "rvf/rvf_target.h"
+#include "../rv/rv_general.h"
+#include "rvf_target.h"
 
-#ifndef _WINDOWS
+#if 0 //#ifndef _WINDOWS
   #include "config/swconfig.cfg"
 #endif
 
@@ -55,11 +54,11 @@
 /* return parameters definition */
 typedef T_RV_RET T_RVF_RET;
 
-#define	RVF_OK					RV_OK				
-#define	RVF_NOT_SUPPORTED		RV_NOT_SUPPORTED		
-#define	RVF_NOT_READY			RV_NOT_READY			
-#define	RVF_MEMORY_ERR			RV_MEMORY_ERR			
-#define	RVF_INTERNAL_ERR		RV_INTERNAL_ERR		
+#define	RVF_OK			RV_OK				
+#define	RVF_NOT_SUPPORTED	RV_NOT_SUPPORTED		
+#define	RVF_NOT_READY		RV_NOT_READY			
+#define	RVF_MEMORY_ERR		RV_MEMORY_ERR			
+#define	RVF_INTERNAL_ERR	RV_INTERNAL_ERR		
 #define	RVF_INVALID_PARAMETER	RV_INVALID_PARAMETER	
 
 /* memeory bank state definition */
@@ -345,7 +344,7 @@
 T_RVF_BUFFER * rvf_wait_for_specific_msg(UINT16 msg_code, UINT8 mbox, UINT32 timeout);
 
 /* Trace definitions */
-#define NULL_PARAM 4294967295 /* this value will not be displayed in rvf_send_trace function */
+#define NULL_PARAM 0xFFFFFFFFU /* this value will not be displayed in rvf_send_trace function */
 #define TRACE_MB_ID		(RVF_MAX_REAL_MB -1)
 
 #ifdef __cplusplus
@@ -353,4 +352,3 @@
 #endif
 
 #endif	/* _RVF_API_H */
-