diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2011-12-31 03:43:12 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2011-12-31 03:51:57 -0500 |
commit | 4040195d46ebdcc3503965a0f437a7d7f8b53aee (patch) | |
tree | 8061216575f3e3b25d00275fa97ed0a09f83288d /vgasrc/vgabios.h | |
parent | e1e000b177427bde534ac7e6ca885c2226bb60d6 (diff) | |
download | seabios-4040195d46ebdcc3503965a0f437a7d7f8b53aee.tar.gz |
vgabios: Move vbe code from vgabios.c to new file vbe.c.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.h')
-rw-r--r-- | vgasrc/vgabios.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h index 913dd88b..568e2768 100644 --- a/vgasrc/vgabios.h +++ b/vgasrc/vgabios.h @@ -222,4 +222,7 @@ struct vbe_modeinfo u32 vram_size; }; +struct bregs; +void handle_104f(struct bregs *regs); + #endif // vgabios.h |