Add missing forward reference
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
Rafal Kupiec 2024-01-22 15:16:39 +01:00
parent 7128159c42
commit 0c3aee829a
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -29,6 +29,10 @@ EFI_STATUS
BlAllocateMemoryPool(IN UINT_PTR Size, BlAllocateMemoryPool(IN UINT_PTR Size,
OUT PVOID *Memory); OUT PVOID *Memory);
XTCDECL
EFI_STATUS
BlBuildPageMap(IN PXTBL_PAGE_MAPPING PageMap);
XTCDECL XTCDECL
VOID VOID
BlClearConsoleLine(IN ULONGLONG LineNo); BlClearConsoleLine(IN ULONGLONG LineNo);