diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:48:20 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:48:20 -0400 |
commit | c682ffe671a0044fa218c1352c19894922e53890 (patch) | |
tree | f9c54b97629dcaabbf0b12c267b8d609bd416126 /vgasrc/vgahw.h | |
parent | 2f2ec113beac2b9b1614a25a0992b03bf599eac5 (diff) | |
download | seabios-c682ffe671a0044fa218c1352c19894922e53890.tar.gz |
vgautil: Move generic definitions from stdvga.h to vgautil.h
Don't use stdvga.h for function definitions of code in stdvgamodes.c
and stdvgaio.c. Move them to vgautil.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgahw.h')
-rw-r--r-- | vgasrc/vgahw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/vgahw.h b/vgasrc/vgahw.h index 39f818ab..3d9ae394 100644 --- a/vgasrc/vgahw.h +++ b/vgasrc/vgahw.h @@ -9,6 +9,7 @@ #include "bochsvga.h" // bochsvga_set_mode #include "stdvga.h" // stdvga_set_mode #include "geodevga.h" // geodevga_setup +#include "vgautil.h" // stdvga_list_modes static inline struct vgamode_s *vgahw_find_mode(int mode) { if (CONFIG_VGA_CIRRUS) |