Add missing routine declaration
ci/woodpecker/push/build Pipeline was successful Details

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
1 changed files with 4 additions and 0 deletions

View File

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