diff nuc-fw/riviera/rv/rv_general.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/rv/rv_general.h	Tue Oct 29 07:03:45 2013 +0000
+++ b/nuc-fw/riviera/rv/rv_general.h	Wed Oct 30 23:19:21 2013 +0000
@@ -29,8 +29,8 @@
 #ifndef _RV_GENERAL_H_
 #define _RV_GENERAL_H_
 
-#include "rv/general.h"
-#include "rv/rv_trace.h"
+#include "general.h"
+#include "rv_trace.h"
 
 /**
  * Task IDentifiers: A-M-E-N-D-E-D!
@@ -97,9 +97,9 @@
  * Generic header of messages used in Riviera.
  */
 typedef struct {
-    UINT32			msg_id;
-	void			(*callback_func)(void *);
-    T_RVF_ADDR_ID	src_addr_id;
+	UINT32		msg_id;
+	void		(*callback_func)(void *);
+	T_RVF_ADDR_ID	src_addr_id;
 	T_RVF_ADDR_ID	dest_addr_id;
 } T_RV_HDR;
 
@@ -121,4 +121,3 @@
 typedef UINT8 T_RV_BUFFER;
 
 #endif /* _RV_GENERAL_H_ */
-