Changeset 3568 for trunk/kStuff/include/k/kLdrFmts/elf32.h
- Timestamp:
- Aug 28, 2007, 11:41:54 PM (18 years ago)
- Location:
- trunk/kStuff/include/k/kLdrFmts
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/include/k/kLdrFmts/elf32.h
r3567 r3568 27 27 */ 28 28 29 #ifndef __ kLdrModELF32_h__30 #define __ kLdrModELF32_h__29 #ifndef ___k_kLdrFmts_elf32_h___ 30 #define ___k_kLdrFmts_elf32_h___ 31 31 32 #include "kLdrBase.h" 33 #include "kLdrModELFCommon.h" 32 #include <k/kDefs.h> 33 #include <k/kTypes.h> 34 #include <k/kLdrFmts/elf_common.h> 34 35 35 36 /*
Note:
See TracChangeset
for help on using the changeset viewer.