diff nuc-fw/riviera/rvt/rvt_gen.h @ 122:28f967578233

RVT compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 04:37:17 +0000
parents e7d4ec9c4c32
children
line wrap: on
line diff
--- a/nuc-fw/riviera/rvt/rvt_gen.h	Thu Oct 31 00:55:14 2013 +0000
+++ b/nuc-fw/riviera/rvt/rvt_gen.h	Thu Oct 31 04:37:17 2013 +0000
@@ -48,12 +48,12 @@
 
 /* Define return parameters.                                                     */
 typedef enum {
-	RVT_OK							= 0,
-	RVT_NOT_SUPPORTED				= -2,
-	RVT_NOT_READY					= -3,
-	RVT_MEMORY_ERR					= -4,
-	RVT_INTERNAL_ERR				= -9,
-	RVT_INVALID_PARAMETER			= -10
+	RVT_OK			= 0,
+	RVT_NOT_SUPPORTED	= -2,
+	RVT_NOT_READY		= -3,
+	RVT_MEMORY_ERR		= -4,
+	RVT_INTERNAL_ERR	= -9,
+	RVT_INVALID_PARAMETER	= -10
 } T_RVT_RET;
 
 
@@ -90,15 +90,15 @@
 
 T_RVT_RET
 rvt_send_trace_no_cpy(T_RVT_BUFFER p_buffer,
-					 T_RVT_USER_ID user_id,
-					 T_RVT_MSG_LG msg_lenght,
-					 T_RVT_FORMAT msg_format);
+			T_RVT_USER_ID user_id,
+			T_RVT_MSG_LG msg_lenght,
+			T_RVT_FORMAT msg_format);
 
 T_RVT_RET 
 rvt_send_trace_cpy(T_RVT_BUFFER msg,
-				  T_RVT_USER_ID user_id,
-				  T_RVT_MSG_LG msg_length,
-				  T_RVT_FORMAT msg_format);
+			T_RVT_USER_ID user_id,
+			T_RVT_MSG_LG msg_length,
+			T_RVT_FORMAT msg_format);
 
 
 T_RVT_RET