Cleanup of ELF structures and typo fixes

This commit is contained in:
Jozef Nagy
2024-01-12 21:33:46 +01:00
parent c4f77f4809
commit 01358b0e55
6 changed files with 48 additions and 39 deletions

View File

@@ -6,8 +6,8 @@
* DEVELOPERS: Jozef Nagy <schkwve@gmail.com>
*/
#ifndef __XTLDR_MODULES_ELF_O_H
#define __XTLDR_MODULES_ELF_O_H
#ifndef __XTLDR_MODULES_ELF_H
#define __XTLDR_MODULES_ELF_H
#include <xtblapi.h>
@@ -44,4 +44,4 @@ EFI_STATUS
BlXtLdrModuleMain(IN EFI_HANDLE ImageHandle,
IN PEFI_SYSTEM_TABLE SystemTable);
#endif /* __XTLDR_MODULES_ELF_O_H */
#endif /* __XTLDR_MODULES_ELF_H */