Add shell related routines documentation
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
Rafal Kupiec 2024-01-07 19:35:23 +01:00
parent b85b5a9655
commit 2c6525cedd
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -9,6 +9,13 @@
#include <xtldr.h> #include <xtldr.h>
/**
* Starts XTLDR shell.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTCDECL XTCDECL
VOID VOID
BlStartLoaderShell() BlStartLoaderShell()
@ -21,6 +28,13 @@ BlStartLoaderShell()
for(;;); for(;;);
} }
/**
* Prints XTLDR shell prompt.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
XTCDECL XTCDECL
VOID VOID
BlpPrintShellPrompt() BlpPrintShellPrompt()