comparison nuc-fw/riviera/rvf/rvf_buffer.c @ 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
comparison
equal deleted inserted replaced
118:21de8d8e6ea7 119:dd56546ad9e0
18 /* Author David Lamy-Charrier (dlamy@tif.ti.com) */ 18 /* Author David Lamy-Charrier (dlamy@tif.ti.com) */
19 /* */ 19 /* */
20 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/ 20 /* (C) Copyright 1999 by Texas Instruments Incorporated, All Rights Reserved*/
21 /****************************************************************************/ 21 /****************************************************************************/
22 22
23 #ifndef _WINDOWS 23 #include "../../include/config.h"
24 #include "config/board.cfg" 24
25 #endif 25 #include "../rvm/rvm_use_id_list.h"
26 26 #include "rvf_api.h"
27 #include "nucleus.h" 27 #include "rvf_i.h"
28 #include "rvm/rvm_use_id_list.h" 28 #include "../support/exception.h"
29 #include "rvf/rvf_api.h" 29 #include "rvf_pool_size.h"
30 #include "rvf/rvf_i.h" 30
31 #include "support/exception.h" 31 #include "../../nucleus/nucleus.h"
32 #include "rvf/rvf_pool_size.h"
33 32
34 #include <string.h> 33 #include <string.h>
35 #include <stdio.h> 34 #include <stdio.h>
36 35
37 36
39 #ifdef _WINDOWS 38 #ifdef _WINDOWS
40 #include <stdio.h> 39 #include <stdio.h>
41 #endif 40 #endif
42 #endif 41 #endif
43 42
44 #include "rv/rv_defined_swe.h" 43 #include "../rv/rv_defined_swe.h"
45 44
46 #ifdef RVM_DAR_SWE 45 #ifdef RVM_DAR_SWE
47 #include "dar/dar_api.h" 46 #include "dar/dar_api.h"
48 #endif 47 #endif
49 #define RVF_INVALID_MD_ID_ERRROR ("RVF: Invalid MB ID") 48 #define RVF_INVALID_MD_ID_ERRROR ("RVF: Invalid MB ID")