aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgautil.h
diff options
context:
space:
mode:
Diffstat (limited to 'vgasrc/vgautil.h')
-rw-r--r--vgasrc/vgautil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vgasrc/vgautil.h b/vgasrc/vgautil.h
index 0f2dba4c..4f37bf94 100644
--- a/vgasrc/vgautil.h
+++ b/vgasrc/vgautil.h
@@ -24,6 +24,9 @@ int cbvga_setup(void);
// bochsdisplay.c
int bochs_display_setup(void);
+// ramfb.c
+int ramfb_setup(void);
+
// clext.c
struct vgamode_s *clext_find_mode(int mode);
void clext_list_modes(u16 seg, u16 *dest, u16 *last);