mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Split video_subr.h into its separate components so that they can live in the right places, rather than placing the definitions
from lots of different C files into a single header. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@696 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
1dbe55b8e4
commit
bf897f1619
@@ -9,9 +9,11 @@
|
||||
#include "kernel/kernel.h"
|
||||
#include "drivers/drivers.h"
|
||||
#include "openbios.h"
|
||||
#include "video_subr.h"
|
||||
#include "libopenbios/console.h"
|
||||
#include "libopenbios/ofmem.h"
|
||||
|
||||
void cls(void);
|
||||
|
||||
#ifdef CONFIG_DEBUG_CONSOLE
|
||||
|
||||
/* ******************************************************************
|
||||
|
||||
Reference in New Issue
Block a user