aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-08-05 13:44:12 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-08-05 13:44:12 -0400
commit8cdf0c5ab96282d821a024a8a382cb93432219fe (patch)
tree3e54558e5a8c0d2aa5af225cec156020d4d702e3 /src/util.h
parent65bc0a7bc9996b3ca7a65c8e5f1a45abdd4823a4 (diff)
downloadseabios-hppa-8cdf0c5ab96282d821a024a8a382cb93432219fe.zip
seabios-hppa-8cdf0c5ab96282d821a024a8a382cb93432219fe.tar.gz
seabios-hppa-8cdf0c5ab96282d821a024a8a382cb93432219fe.tar.bz2
version: Update header files now that version.c is not auto generated
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/util.h b/src/util.h
index 7bfd2b8..557eb8b 100644
--- a/src/util.h
+++ b/src/util.h
@@ -232,13 +232,12 @@ void code_mutable_preinit(void);
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