diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-17 16:06:06 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-17 16:06:06 +0000 |
| commit | d5f485a4f6801f58cbb2bc9d8e80c955c79ff044 (patch) | |
| tree | e49757ff0b076fe9f0088de92e5691d362e769a0 /api/loader/efi | |
| parent | ec1233b4fcd61a8d1eccbf030cede36e9848e06c (diff) | |
R_AMD64_RELATIVE relocations implemented for EFI shim
Diffstat (limited to 'api/loader/efi')
| -rw-r--r-- | api/loader/efi/shim.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
