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:
Axel Dörfler 2004-04-27 11:53:08 +00:00
parent 337d1d1bab
commit 1bde925efe
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ struct preloaded_image {
elf_region text_region;
elf_region data_region;
addr_range dynamic_section; // pointer to the dynamic section
Elf32_Ehdr elf_header;
struct Elf32_Ehdr elf_header;
};
#endif /* KERNEL_BOOT_ELF_H */