Loop over halt; add missing calling convention

This commit is contained in:
2022-12-27 20:12:59 +01:00
parent 5b75d005a7
commit 6d77ff42c5
18 changed files with 137 additions and 5 deletions

View File

@@ -25,6 +25,7 @@
*
* @since XT 1.0
*/
XTCDECL
VOID
BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize,
@@ -71,6 +72,7 @@ BlCreateStack(IN PVOID *StackPtr,
*
* @since XT 1.0
*/
XTCDECL
EFI_STATUS
BlEnablePaging(IN PLIST_ENTRY MemoryMappings,
IN PVOID VirtualAddress,
@@ -199,6 +201,7 @@ BlEnablePaging(IN PLIST_ENTRY MemoryMappings,
*
* @since XT 1.0
*/
XTCDECL
EFI_STATUS
BlMapVirtualMemory(IN PLIST_ENTRY MemoryMappings,
IN UINT_PTR VirtualAddress,