Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
void serial_setup(void);
void lpt_setup(void);
+// version.c
+extern const char VERSION[], BUILDINFO[];
+
// vgahooks.c
void handle_155f(struct bregs *regs);
void handle_157f(struct bregs *regs);
void vgahook_setup(struct pci_device *pci);
-
-// version (auto generated file out/version.c)
-extern const char VERSION[], BUILDINFO[];
-
#endif // util.h
#include "std/optionrom.h" // struct pci_data
#include "std/pmm.h" // struct pmmheader
#include "string.h" // checksum_far
-#include "util.h" // VERSION
#include "vgabios.h" // SET_VGA
#include "vgahw.h" // vgahw_setup
#include "vgautil.h" // swcursor_check_event
extern int VgaBDF;
extern int HaveRunInit;
+// vgaversion.c
+extern const char VERSION[], BUILDINFO[];
+
#endif // vgautil.h