From d5f485a4f6801f58cbb2bc9d8e80c955c79ff044 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 17 Dec 2021 16:06:06 +0000 Subject: R_AMD64_RELATIVE relocations implemented for EFI shim --- api/loader/efi/shim.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/loader/efi') diff --git a/api/loader/efi/shim.h b/api/loader/efi/shim.h index 3486c34..9421cc3 100644 --- a/api/loader/efi/shim.h +++ b/api/loader/efi/shim.h @@ -13,8 +13,6 @@ #define OsVendorMemoryType(t) ((EFI_MEMORY_TYPE)(0x80000000|t)) #define SystemMemoryType OsVendorMemoryType(1) -struct efi_loader_image; - struct efi_loader_image { CHAR16 *path; -- cgit v1.3.1-1-g115d