summaryrefslogtreecommitdiff
path: root/core/bios.c
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-26 10:13:05 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-26 10:24:01 +0100
commitdbf87405a0eb3de617365feae146b0371158feb2 (patch)
tree774d7433fbf1c41596f1a479c975653c73385805 /core/bios.c
parent5e1a2c5a40d591d72bb6dabbb8e0685298934a9e (diff)
downloadsyslinux-dbf87405a0eb3de617365feae146b0371158feb2.tar.gz
video.h: we need one syslinux_force_text_mode() prototype
Use the one from syslinux/video.h. This makes it easier to write unit tests for syslinux/load_linux.c without pulling in loads of core definitions from core/include/graphics.h. It can also be argued that syslinux_* symbols should have prototypes in syslinux/*.h files. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/bios.c')
-rw-r--r--core/bios.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bios.c b/core/bios.c
index 5344833a..9e911947 100644
--- a/core/bios.c
+++ b/core/bios.c
@@ -6,6 +6,7 @@
#include <graphics.h>
#include <syslinux/memscan.h>
#include <syslinux/firmware.h>
+#include <syslinux/video.h>
#include <sys/vesa/vesa.h>
#include <sys/vesa/video.h>