drivers: bootvid: Add BootVidClear() helper
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -47,6 +47,14 @@ VOID BootVidDeInitCons(VOID);
|
||||
*/
|
||||
VOID BootVidConsWrite(const CHAR *String, USIZE Length);
|
||||
|
||||
|
||||
/*
|
||||
* Clear the screen with a background color
|
||||
*
|
||||
* @Color: Color to fill
|
||||
*/
|
||||
VOID BootVidClear(ULONG Color);
|
||||
|
||||
/*
|
||||
* Returns true if the boot console is enabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user