Add missing routine declaration
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-10-17 22:47:46 +02:00
parent 1b310e46f8
commit 96a848b498
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -50,6 +50,10 @@ BlDbgPrint(IN PUINT16 Format,
INT_PTR INT_PTR
BlEfiGetSecureBootStatus(); BlEfiGetSecureBootStatus();
EFI_STATUS
BlEfiGetSystemConfigurationTable(IN PEFI_GUID TableGuid,
OUT PVOID *Table);
EFI_STATUS EFI_STATUS
BlEfiMemoryAllocatePool(IN UINT_PTR Size, BlEfiMemoryAllocatePool(IN UINT_PTR Size,
OUT PVOID *Memory); OUT PVOID *Memory);