vgabios: Move vbe code from vgabios.c to new file vbe.c.
[seabios.git] / vgasrc / vgabios.h
index 913dd88bbf114ef387cfbcd6aa9f15d4d4cd56df..568e2768559438a97947c5b35523a72289831fc5 100644 (file)
@@ -222,4 +222,7 @@ struct vbe_modeinfo
     u32 vram_size;
 };
 
+struct bregs;
+void handle_104f(struct bregs *regs);
+
 #endif // vgabios.h