comparison nuc-fw/riviera/rvm/rvm_swe_hdlr.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
15 * 10/26/2001 David Lamy-Charrier Create for Riviera 1.6. 15 * 10/26/2001 David Lamy-Charrier Create for Riviera 1.6.
16 * 16 *
17 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved 17 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
18 */ 18 */
19 #include <stdio.h> 19 #include <stdio.h>
20 #include "rvf/rvf_env.h" 20 #include "../rvf/rvf_env.h"
21 #include "rvm/rvm_gen.h" 21 #include "rvm_gen.h"
22 #include "rvm/rvm_api.h" 22 #include "rvm_api.h"
23 #include "rvm/rvm_i.h" 23 #include "rvm_i.h"
24 24
25 #include "rvf/rvf_i.h" /* ET2 rvf private invocation API */ 25 #include "../rvf/rvf_i.h" /* ET2 rvf private invocation API */
26 #include "rvf/rvf_api.h" /* A-M-E-N-D-E-D! */ 26 #include "../rvf/rvf_api.h" /* A-M-E-N-D-E-D! */
27 27
28 /* temporary inclusion for HCI pb on WINDOWS */ 28 /* temporary inclusion for HCI pb on WINDOWS */
29 /* TO DO: remove it. */ 29 /* TO DO: remove it. */
30 #include "rvm/rvm_use_id_list.h" 30 #include "rvm_use_id_list.h"
31 31
32 #include <string.h> 32 #include <string.h>
33 33
34 extern T_RVM_CONST_SWE_INFO RVM_SWE_GET_INFO_ARRAY[]; 34 extern T_RVM_CONST_SWE_INFO RVM_SWE_GET_INFO_ARRAY[];
35 35