[BOOT] More header stuff

This commit is contained in:
2024-08-26 19:54:21 -04:00
parent b63d80d5c9
commit 72f7e5057c
4 changed files with 64 additions and 3 deletions

View File

@@ -123,6 +123,16 @@ EFI_STATUS
IN UINTN Pages
);
typedef
EFI_STATUS
(EFIAPI *EFI_GET_MEMORY_MAP) (
IN OUT UINTN *MemoryMapSize,
IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
IN OUT UINTN *MapKey,
IN OUT UINTN *DescriptorSize,
IN OUT UINT32 *DescriptorVersion
);
typedef
EFI_STATUS
(EFIAPI *EFI_HANDLE_PROTOCOL) (
@@ -139,7 +149,7 @@ typedef struct _EFI_BOOT_SERVICES {
EFI_ALLOCATE_PAGES AllocatePages;
EFI_FREE_PAGES FreePages;
EFI_HANDLE GetMemoryMap;
EFI_GET_MEMORY_MAP GetMemoryMap;
EFI_HANDLE AllocatePool;
EFI_HANDLE FreePool;