diff options
Diffstat (limited to 'vgasrc/vbe.c')
-rw-r--r-- | vgasrc/vbe.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vgasrc/vbe.c b/vgasrc/vbe.c index 8595e692..9026b77d 100644 --- a/vgasrc/vbe.c +++ b/vgasrc/vbe.c @@ -6,14 +6,14 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "vgabios.h" // handle_104f -#include "config.h" // CONFIG_* +#include "biosvar.h" // GET_GLOBAL #include "bregs.h" // struct bregs +#include "config.h" // CONFIG_* +#include "output.h" // dprintf +#include "string.h" // memset_far #include "vbe.h" // struct vbe_info -#include "util.h" // dprintf -#include "biosvar.h" // GET_GLOBAL +#include "vgabios.h" // handle_104f #include "vgahw.h" // vgahw_set_mode -#include "string.h" // memset_far u32 VBE_total_memory VAR16 = 256 * 1024; u32 VBE_capabilities VAR16; |