Add shell related routines documentation
This commit is contained in:
parent
b85b5a9655
commit
2c6525cedd
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user