vgabios: Add support for VBE get/set dac palette format (func 08).
[seabios.git] / vgasrc / bochsvga.h
index 57b2b6915c1f4bd64523e3874d18fd08eafa4275..78a9e0a535ebae9cfc7c69df84923e6b053cfaee 100644 (file)
@@ -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);