diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2013-07-26 10:13:05 +0100 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2013-07-26 10:24:01 +0100 |
| commit | dbf87405a0eb3de617365feae146b0371158feb2 (patch) | |
| tree | 774d7433fbf1c41596f1a479c975653c73385805 /core/include | |
| parent | 5e1a2c5a40d591d72bb6dabbb8e0685298934a9e (diff) | |
| download | syslinux-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/include')
| -rw-r--r-- | core/include/graphics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/graphics.h b/core/include/graphics.h index 814ffe7d..651b7bc6 100644 --- a/core/include/graphics.h +++ b/core/include/graphics.h @@ -50,7 +50,6 @@ extern uint8_t UserFont; extern __lowmem char fontbuf[8192]; -extern void syslinux_force_text_mode(void); extern void vgadisplayfile(FILE *_fd); extern void using_vga(uint8_t vga, uint16_t pix_cols, uint16_t pix_rows); |
