comparison SimParams.h @ 1:46c8ea895bff

changed naming and #includes to LPGPU_Arch
author kshalle
date Mon, 13 Feb 2012 15:10:30 -0800
parents def43ecee616
children
comparison
equal deleted inserted replaced
0:d3b7b6936a14 1:98b147b4214b
8 8
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <unistd.h> 10 #include <unistd.h>
11 #include <malloc.h> 11 #include <malloc.h>
12 12
13 #include "../HWSim_lib/VMS/VMS_primitive_data_types.h" 13 #include "../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h"
14 #include "ParamHelper/Param.h" 14 #include "../C_Libraries/ParamHelper/Param.h"
15 15
16 16
17 //============================== Structures ============================== 17 //============================== Structures ==============================
18 typedef struct 18 typedef struct
19 { uint8 *guestApp; 19 { uint8 *guestApp;