summaryrefslogtreecommitdiff
path: root/vgasrc/bochsvga.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-02-04 11:08:39 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-02-04 11:08:39 -0500
commite737b178e1232c4bec4bd5da721806a9dc176e15 (patch)
treec529134cefb8e5f593992d6d2ec388b79911a2a2 /vgasrc/bochsvga.h
parentcfd7ef9d8b38d9706671a4e88d40dcc4ac922b6a (diff)
downloadqemu-seabios-e737b178e1232c4bec4bd5da721806a9dc176e15.tar.gz
vgabios: Add support for VBE get/set dac palette format (func 08).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/bochsvga.h')
-rw-r--r--vgasrc/bochsvga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vgasrc/bochsvga.h b/vgasrc/bochsvga.h
index 57b2b69..78a9e0a 100644
--- a/vgasrc/bochsvga.h
+++ b/vgasrc/bochsvga.h
@@ -60,6 +60,8 @@ int bochsvga_get_linelength(struct vgamode_s *vmode_g);
int bochsvga_set_linelength(struct vgamode_s *vmode_g, int val);
int bochsvga_get_displaystart(struct vgamode_s *vmode_g);
int bochsvga_set_displaystart(struct vgamode_s *vmode_g, int val);
+int bochsvga_get_dacformat(struct vgamode_s *vmode_g);
+int bochsvga_set_dacformat(struct vgamode_s *vmode_g, int val);
int bochsvga_set_mode(struct vgamode_s *vmode_g, int flags);
int bochsvga_init(void);