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

@@ -15,7 +15,8 @@
#include "config.h"
#include "libopenbios/bindings.h"
#include "libopenbios/fontdata.h"
#include "video_subr.h"
#include "libopenbios/console.h"
#include "packages/video.h"
#define FONT_ADJ_HEIGHT (FONT_HEIGHT + 2)