comparison gsm-fw/services/etm/etm_trace.c @ 166:13af69b6a3dc

ETM core compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 19 Nov 2013 05:07:24 +0000
parents d78219c43fbf
children
comparison
equal deleted inserted replaced
165:9dbf3248a197 166:13af69b6a3dc
15 * 15 *
16 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved 16 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved
17 *********************************************************************************/ 17 *********************************************************************************/
18 18
19 19
20 #include "etm/etm_trace.h" 20 #include "etm_trace.h"
21 #include "etm/etm_env.h" 21 #include "etm_env.h"
22 22
23 #include "rvf/rvf_api.h" 23 #include "../../riviera/rvf/rvf_api.h"
24 #include "rvm/rvm_use_id_list.h" 24 #include "../../riviera/rvm/rvm_use_id_list.h"
25 25
26 #include <string.h> 26 #include <string.h>
27 #include <stdio.h> 27 #include <stdio.h>
28 #include <stdarg.h> 28 #include <stdarg.h>
29 29