diff options
Diffstat (limited to 'roms/qemu-palcode/protos.h')
-rw-r--r-- | roms/qemu-palcode/protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/qemu-palcode/protos.h b/roms/qemu-palcode/protos.h index ce7a8eb42..3ed13811f 100644 --- a/roms/qemu-palcode/protos.h +++ b/roms/qemu-palcode/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 */ |