aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgabios.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-01-13 22:08:52 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-01-14 17:19:50 -0500
commit643290fb1f9bca93084dd485c18397f2f7d3fdd7 (patch)
treedbd25cd92d64b0f1b94496961d3f942940ef04c4 /vgasrc/vgabios.h
parent3339c05f19468f87da84ab059cf4ee5375abfa55 (diff)
downloadseabios-hppa-643290fb1f9bca93084dd485c18397f2f7d3fdd7.zip
seabios-hppa-643290fb1f9bca93084dd485c18397f2f7d3fdd7.tar.gz
seabios-hppa-643290fb1f9bca93084dd485c18397f2f7d3fdd7.tar.bz2
vgabios: Unify cirrus and vbe vesa functions.
Unify the code for the Cirrus and VBE vesa functions 00-03. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.h')
-rw-r--r--vgasrc/vgabios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h
index 464100b..d0af248 100644
--- a/vgasrc/vgabios.h
+++ b/vgasrc/vgabios.h
@@ -87,6 +87,7 @@ int VBE_enabled;
u32 VBE_total_memory;
u32 VBE_capabilities;
u32 VBE_framebuffer;
+u16 VBE_win_granularity;
#define VBE_OEM_STRING "SeaBIOS VBE(C) 2011"
#define VBE_VENDOR_STRING "SeaBIOS Developers"
#define VBE_PRODUCT_STRING "SeaBIOS VBE Adapter"