X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vgasrc%2Fbochsvga.h;h=78a9e0a535ebae9cfc7c69df84923e6b053cfaee;hb=e737b178e1232c4bec4bd5da721806a9dc176e15;hp=57b2b6915c1f4bd64523e3874d18fd08eafa4275;hpb=cfd7ef9d8b38d9706671a4e88d40dcc4ac922b6a;p=seabios.git 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);