drivers: bootvid: Add BootVidClear() helper

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-23 02:35:30 +00:00
parent 1df447c91d
commit 21aef3e436
2 changed files with 20 additions and 0 deletions
+8
View File
@@ -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
*/