stos: bootvid: Add bootvid driver stub

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 03:24:50 +00:00
parent 800568f996
commit b588cc0217
4 changed files with 52 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Bootvid driver
* Author: Chloe M.
*/
#ifndef _BOOTVID_FBIO_H_
#define _BOOTVID_FBIO_H_ 1
#include <stdef.h>
/*
* Initialize the boot video driver
*/
VOID BootVidInit(VOID);
#endif /* !_BOOTVID_FBIO_H_ */