Add missing routine declaration
所有检测均成功
ci/woodpecker/push/build Pipeline was successful

这个提交包含在:
Rafal Kupiec 2022-10-17 22:47:46 +02:00
父节点 1b310e46f8
当前提交 96a848b498
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -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);