aboutsummaryrefslogtreecommitdiff
path: root/vgasrc/vgabios.h
diff options
context:
space:
mode:
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 23d234a..aca95be 100644
--- a/vgasrc/vgabios.h
+++ b/vgasrc/vgabios.h
@@ -82,6 +82,7 @@ struct carattr {
struct cursorpos {
u8 x, y, page;
};
+int vga_bpp(struct vgamode_s *vmode_g);
u16 calc_page_size(u8 memmodel, u16 width, u16 height);
struct vgamode_s *get_current_mode(void);
int vga_set_mode(int mode, int flags);