Add missing routine declaration
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
1b310e46f8
commit
96a848b498
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user