summaryrefslogtreecommitdiff
path: root/protos.h
diff options
context:
space:
mode:
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index eb5d235..ce7a8eb 100644
--- a/protos.h
+++ b/protos.h
@@ -200,6 +200,9 @@ extern unsigned long crb_fixup(unsigned long vptptr, unsigned long hwrpb);
/*
* The Console
*/
+
+extern bool have_vga;
+
extern void do_console(void);
extern void entInt(void);