Allow to clear framebuffer screen with any, custom background color

This commit is contained in:
2024-05-12 22:43:06 +02:00
parent c576f7f8f2
commit e311cad8f7
3 changed files with 27 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
/* HAL library routines forward references */
XTAPI
VOID
HlClearScreen(VOID);
HlClearScreen(IN ULONG Color);
XTCDECL
XTSTATUS