Changeset 144 for trunk/IPs/systemC/Environment/Data/include
- Timestamp:
- Sep 28, 2010, 1:19:10 PM (14 years ago)
- Location:
- trunk/IPs/systemC/Environment/Data/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/IPs/systemC/Environment/Data/include/Data.h
r81 r144 4 4 #include "Data_Parameters.h" 5 5 #include "Entity.h" 6 #include <stdint.h> 6 7 7 8 namespace environment { -
trunk/IPs/systemC/Environment/Data/include/Data_Parameters.h
r81 r144 3 3 4 4 #include <iostream> 5 #include <stdint.h> 5 6 #include "../../../shared/soclib_segment_table.h" 6 7 -
trunk/IPs/systemC/Environment/Data/include/Segment.h
r134 r144 6 6 7 7 #include <iomanip> 8 #include <stdint.h> 8 9 9 10 extern "C" void loadexec(void **emem, int *esize, int *eoffset, const char *file, const char ** sections);
Note: See TracChangeset
for help on using the changeset viewer.