summaryrefslogtreecommitdiff
path: root/core/extern.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2014-02-13 16:27:50 -0800
commitfb4eeb70f5f5b122319ad3f6474b38b6d4a389dd (patch)
tree20c1d124d1435567210112ea0708bfe68eddfaf5 /core/extern.inc
parenta5727651bb78e7cd1bd90046e24fbcedf4f7dfb9 (diff)
downloadsyslinux-fb4eeb70f5f5b122319ad3f6474b38b6d4a389dd.tar.gz
comapi: Remove the comapi interfaces completely
Remove the last bits of the comapi interfaces completely. This does not install stub handlers for the INT 20-3Fh handlers, as we don't support loading old COMBOOT/COM32/COM32R images anymore. We could put those back if we really need them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'core/extern.inc')
-rw-r--r--core/extern.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/extern.inc b/core/extern.inc
index 673191cf..af8eb04c 100644
--- a/core/extern.inc
+++ b/core/extern.inc
@@ -44,6 +44,9 @@
; newconfig.c
extern pm_is_config_file
+ ; idle.c
+ extern __idle
+
%ifdef DEBUG
; debug.c
extern pm_debug_msg