diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 13:44:12 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 13:44:12 -0400 |
commit | 8cdf0c5ab96282d821a024a8a382cb93432219fe (patch) | |
tree | 3e54558e5a8c0d2aa5af225cec156020d4d702e3 /vgasrc | |
parent | 65bc0a7bc9996b3ca7a65c8e5f1a45abdd4823a4 (diff) | |
download | seabios-8cdf0c5ab96282d821a024a8a382cb93432219fe.tar.gz |
version: Update header files now that version.c is not auto generated
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc')
-rw-r--r-- | vgasrc/vgainit.c | 1 | ||||
-rw-r--r-- | vgasrc/vgautil.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/vgasrc/vgainit.c b/vgasrc/vgainit.c index 4050c96a..c6c81490 100644 --- a/vgasrc/vgainit.c +++ b/vgasrc/vgainit.c @@ -14,7 +14,6 @@ #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 diff --git a/vgasrc/vgautil.h b/vgasrc/vgautil.h index 79c16be7..08c4e8dc 100644 --- a/vgasrc/vgautil.h +++ b/vgasrc/vgautil.h @@ -87,4 +87,7 @@ extern u8 vgafont16alt[]; extern int VgaBDF; extern int HaveRunInit; +// vgaversion.c +extern const char VERSION[], BUILDINFO[]; + #endif // vgautil.h |