Implement BlEfiMemoryAllocatePool() and BlEfiMemoryFreePool()
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2022-08-21 17:05:05 +02:00
parent e61108d9b5
commit d369a5e163
2 changed files with 45 additions and 0 deletions

View File

@@ -41,6 +41,13 @@ VOID
BlDbgPrint(IN PUINT16 Format,
IN ...);
EFI_STATUS
BlEfiMemoryAllocatePool(IN UINT_PTR Size,
OUT PVOID *Memory);
EFI_STATUS
BlEfiMemoryFreePool(IN PVOID Memory);
VOID
BlEfiPrint(IN PUINT16 Format,
IN ...);