aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/clext.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-01-21 11:53:44 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-02-01 20:37:02 -0500
commit9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1 (patch)
tree3d0f86a96d966e42ef476bfb3b6d6808ed7f1eb5 /vgasrc/clext.h
parente6bc4c1c5817e9c2d1f55b5c0ad5167e93aed418 (diff)
downloadseabios-hppa-9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1.zip
seabios-hppa-9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1.tar.gz
seabios-hppa-9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1.tar.bz2
vgabios: Add support for vesa get/set window function.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/clext.h')
-rw-r--r--vgasrc/clext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vgasrc/clext.h b/vgasrc/clext.h
index 718b756..b300cf4 100644
--- a/vgasrc/clext.h
+++ b/vgasrc/clext.h
@@ -4,6 +4,8 @@
#include "types.h" // u16
struct vgamode_s *clext_find_mode(int mode);
+int clext_get_window(struct vgamode_s *vmode_g, int window);
+int clext_set_window(struct vgamode_s *vmode_g, int window, int val);
int clext_set_mode(struct vgamode_s *vmode_g, int flags);
void clext_list_modes(u16 seg, u16 *dest, u16 *last);
int clext_init(void);