diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/efi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/efi.h b/include/efi.h index 63017c86f2..e1854ecd23 100644 --- a/include/efi.h +++ b/include/efi.h @@ -41,6 +41,9 @@ #define efi_va_end va_end #endif /* __x86_64__ */ +#define EFI32_LOADER_SIGNATURE "EL32" +#define EFI64_LOADER_SIGNATURE "EL64" + struct efi_device_path; typedef struct { |