Add missing forward references
This commit is contained in:
parent
3fc97ae98b
commit
5e4248351e
@ -15,6 +15,16 @@
|
||||
/* XTLDR routine callbacks */
|
||||
typedef VOID (BMPRINTCHAR)(IN USHORT Character);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BmAllocateEfiPages(IN UINT64 Pages,
|
||||
OUT PEFI_PHYSICAL_ADDRESS Memory);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BmAllocateEfiPool(IN UINT_PTR Size,
|
||||
OUT PVOID *Memory);
|
||||
|
||||
/* XTLDR routines forward references */
|
||||
XTCDECL
|
||||
VOID
|
||||
@ -28,6 +38,16 @@ XTCDECL
|
||||
VOID
|
||||
BmEnableCursor();
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BmFreeEfiPages(IN UINT64 Pages,
|
||||
IN EFI_PHYSICAL_ADDRESS Memory);
|
||||
|
||||
XTCDECL
|
||||
EFI_STATUS
|
||||
BmFreeEfiPool(IN PVOID Memory);
|
||||
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
BmInitializeConsole();
|
||||
|
Loading…
Reference in New Issue
Block a user