diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
commit | 0397e8052824078edb2690622564c82bcc1a742f (patch) | |
tree | 6b028e66dc0f45b9f39ad30bea14a21a27f10f51 /vgasrc/vgabios.c | |
parent | 774f5cd627a1fd646e6b56d9acc18f34e485a430 (diff) | |
download | seabios-0397e8052824078edb2690622564c82bcc1a742f.tar.gz |
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.c')
-rw-r--r-- | vgasrc/vgabios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c index 4e897c4b..44ce312d 100644 --- a/vgasrc/vgabios.c +++ b/vgasrc/vgabios.c @@ -14,6 +14,7 @@ #include "stdvga.h" // stdvga_set_cursor_shape #include "string.h" // memset_far #include "vgabios.h" // calc_page_size +#include "vgafb.h" // vgafb_write_char #include "vgahw.h" // vgahw_set_mode |