summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-07-08 11:46:21 -0700
committerRichard Henderson <rth@twiddle.net>2013-07-08 11:46:21 -0700
commit7974e1e03fbad67e3d29f4b942b13b8d82891ba2 (patch)
tree8fd36ff014ca392a4187503fc373bfd726b05ba5
parentead7ef0a5861126a624905c960f26da97ddcbd6d (diff)
downloadqemu-palcode-7974e1e03fbad67e3d29f4b942b13b8d82891ba2.tar.gz
Declare vgahw_init where init.c can find it.
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index ce7a8eb..3ed1381 100644
--- a/protos.h
+++ b/protos.h
@@ -223,5 +223,6 @@ static inline void udelay(unsigned long msec)
*/
extern void ps2port_setup(void);
extern void pci_setup(void);
+extern void vgahw_init(void);
#endif /* PROTOS_H */