Files
SystemPaw3/paw/stos/head/drivers/bootvid/fbio.h
T
Chloe M. b588cc0217 stos: bootvid: Add bootvid driver stub
Signed-off-by: Chloe M. <chloe@mensia.org>
2026-06-22 03:24:50 +00:00

20 lines
308 B
C

/*
* 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_ */