summaryrefslogtreecommitdiff
path: root/protos.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-06-03 17:12:52 -0500
committerRichard Henderson <rth@twiddle.net>2011-06-03 17:12:52 -0500
commit7abb12f60eb3069019e9497e193733d77d8f0722 (patch)
tree23eb9e1e2a2df99e8f0a8475cac48499d212cbca /protos.h
parentdb3b5b6935eed9a229bf5c11b4db0b7d2a812940 (diff)
downloadqemu-palcode-7abb12f60eb3069019e9497e193733d77d8f0722.tar.gz
Properly detect the presence of a vga device.
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);