comparison nuc-fw/riviera/rvm/rvm_api.c @ 121:15e972110527

RVM compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 31 Oct 2013 00:55:14 +0000
parents 21de8d8e6ea7
children
comparison
equal deleted inserted replaced
120:e7d4ec9c4c32 121:15e972110527
17 * 17 *
18 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved 18 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
19 */ 19 */
20 20
21 21
22 #ifndef _WINDOWS 22 #include "../../include/config.h"
23 #include "config/rv.cfg" 23
24 #endif 24 #include "../rvf/rvf_env.h"
25 25
26 #include "rvf/rvf_env.h" 26 #include "rvm_gen.h"
27 27 #include "rvm_api.h"
28 #include "rvm/rvm_gen.h" 28 #include "rvm_i.h"
29 #include "rvm/rvm_api.h" 29 #include "rvm_use_id_list.h"
30 #include "rvm/rvm_i.h"
31 #include "rvm/rvm_use_id_list.h"
32 30
33 #include <string.h> 31 #include <string.h>
34 32
35 extern T_RVM_KNOWN_SWE * rvm_swe_array; 33 extern T_RVM_KNOWN_SWE * rvm_swe_array;
36 34
312 (*return_path).addr_id = rvm_swe_array[swe_index].swe_addr_id; 310 (*return_path).addr_id = rvm_swe_array[swe_index].swe_addr_id;
313 } 311 }
314 312
315 return RVM_OK; 313 return RVM_OK;
316 } 314 }
317