From 7abb12f60eb3069019e9497e193733d77d8f0722 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 3 Jun 2011 17:12:52 -0500 Subject: Properly detect the presence of a vga device. --- protos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protos.h') 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); -- cgit v1.1