diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-27 23:09:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-02-01 20:39:27 -0500 |
commit | f98bbf09fc2f531b4ad220b987927addb1d4520f (patch) | |
tree | ca3475d06810ff4cfd5c09d24a9d2583c5706e8d /vgasrc/stdvgaio.c | |
parent | 1692007a5ff81cfd88d80d495c11fc8ad25aa35b (diff) | |
download | seabios-f98bbf09fc2f531b4ad220b987927addb1d4520f.tar.gz |
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/stdvgaio.c')
-rw-r--r-- | vgasrc/stdvgaio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/stdvgaio.c b/vgasrc/stdvgaio.c index 5591ad20..b370d1af 100644 --- a/vgasrc/stdvgaio.c +++ b/vgasrc/stdvgaio.c @@ -5,6 +5,7 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "stdvga.h" // stdvga_pelmask_read +#include "farptr.h" // GET_FARVAR #include "ioport.h" // inb u8 |