Changeset 389 for Whitix/branches/hybrid/include
- Timestamp:
- 05/01/08 20:09:20 (7 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/hybrid/include/module.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/hybrid/include/module.h
r385 r389 15 15 16 16 /* ELF specific information. */ 17 struct ElfSectionHeader* sectionHeaders; 18 19 int relSection; 20 struct ElfReloc* relTable; 21 int relSize; 22 17 23 char* strTable; 18 24
