ptos: drivers: Add bootvid driver stub

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 06:52:38 +00:00
parent 44f0afaddd
commit 912d262318
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: Boot video driver
* Author: Chloe M.
*/
#ifndef _BOOTVID_FBIO_H_
#define _BOOTVID_FBIO_H_ 1
#include <ptdef.h>
/*
* Initialize the boot video driver
*/
VOID BootVidInit(VOID);
#endif /* !_BOOTVID_FBIO_H_ */