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:
Mark Cave-Ayland
2010-03-14 20:10:01 +00:00
committed by Mark Cave-Ayland
parent 1dbe55b8e4
commit bf897f1619
13 changed files with 18 additions and 43 deletions

View File

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