summaryrefslogtreecommitdiff
path: root/core/include/bios.h
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-04-03 11:37:36 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-04-17 10:58:34 +0100
commit8213cb2cf0c66a1da5c03cc79de4ee629c2934fc (patch)
treeb1a0b4c58f3b62fdfd3c063634b7ccec16c364b8 /core/include/bios.h
parentc23ac08d9e3c1582906ca4f412effdb56fe19b37 (diff)
downloadsyslinux-8213cb2cf0c66a1da5c03cc79de4ee629c2934fc.tar.gz
core: Move write_serial() prototype to core.h
There's nothing inherently BIOS-specific about write_serial(), so it doesn't make sense to have it in bios.h. Move the prototype to core.h so that files can access the prototype without pulling in all the BIOS symbols. Also add some missing function prototypes while we're at it. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/include/bios.h')
-rw-r--r--core/include/bios.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/include/bios.h b/core/include/bios.h
index 1248e482..2b4b029e 100644
--- a/core/include/bios.h
+++ b/core/include/bios.h
@@ -73,8 +73,6 @@ extern union screen _screensize;
#define VidCols _screensize.b.col
#define VidRows _screensize.b.row
-extern void write_serial(char data);
-
/* font.c */
extern uint16_t VGAFontSize;
extern void use_font(void);