diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-13 16:09:13 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2014-02-13 16:09:13 -0800 |
commit | a5727651bb78e7cd1bd90046e24fbcedf4f7dfb9 (patch) | |
tree | 6cf28a5896cd1c71841b7bb3e713c257ed86af69 /core/include | |
parent | 636504f7bb6f9e86cc65addbfb36aed14dc1ecb4 (diff) | |
download | syslinux-a5727651bb78e7cd1bd90046e24fbcedf4f7dfb9.tar.gz syslinux-a5727651bb78e7cd1bd90046e24fbcedf4f7dfb9.tar.xz syslinux-a5727651bb78e7cd1bd90046e24fbcedf4f7dfb9.zip |
bios: Remove shuffle and boot comapi call
Remove the shuffle and boot comapi call. This is the last of the
comapi calls left; we should now be able to completely remove the
comapi support.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/bios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/bios.h b/core/include/bios.h index 0a68f5d3..a9f4ef17 100644 --- a/core/include/bios.h +++ b/core/include/bios.h @@ -88,7 +88,6 @@ extern char *SerialHead; extern char *SerialTail; extern void bios_init(void); -extern void bios_cleanup_hardware(void); static inline uint16_t get_serial_port(uint16_t port) { |