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

@@ -16,6 +16,7 @@
*
* @since XT 1.0
*/
XTCDECL
VOID
BlConsoleClearScreen()
{
@@ -29,6 +30,7 @@ BlConsoleClearScreen()
*
* @since XT 1.0
*/
XTCDECL
VOID
BlConsoleInitialize()
{
@@ -54,6 +56,7 @@ BlConsoleInitialize()
*
* @since XT 1.0
*/
XTCDECL
VOID
BlConsolePutChar(IN USHORT Character)
{