Is now also usable from plain C.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -16,7 +16,7 @@ struct preloaded_image {
|
|||||||
elf_region text_region;
|
elf_region text_region;
|
||||||
elf_region data_region;
|
elf_region data_region;
|
||||||
addr_range dynamic_section; // pointer to the dynamic section
|
addr_range dynamic_section; // pointer to the dynamic section
|
||||||
Elf32_Ehdr elf_header;
|
struct Elf32_Ehdr elf_header;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* KERNEL_BOOT_ELF_H */
|
#endif /* KERNEL_BOOT_ELF_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user