FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/riviera/rvm/rvm_task.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 |
---|---|
18 * | 18 * |
19 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved | 19 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved |
20 */ | 20 */ |
21 # include <stdio.h> | 21 # include <stdio.h> |
22 | 22 |
23 #include "rvf/rvf_api.h" | 23 #include "../rvf/rvf_api.h" |
24 | 24 |
25 #include "rvm/rvm_gen.h" | 25 #include "rvm_gen.h" |
26 #include "rvm/rvm_api.h" | 26 #include "rvm_api.h" |
27 #include "rvm/rvm_i.h" | 27 #include "rvm_i.h" |
28 #include "rvf/rvf_i.h" /* only for pRtAddrIdTable[] */ | 28 #include "../rvf/rvf_i.h" /* only for pRtAddrIdTable[] */ |
29 #include "rvm/rvm_use_id_list.h" | 29 #include "rvm_use_id_list.h" |
30 | 30 |
31 | 31 |
32 extern T_RVM_KNOWN_SWE * rvm_swe_array; /* for start() */ | 32 extern T_RVM_KNOWN_SWE * rvm_swe_array; /* for start() */ |
33 | 33 |
34 #ifdef _CONSOLE | 34 #ifdef _CONSOLE |