summaryrefslogtreecommitdiff
path: root/src/drivers/ao_vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/ao_vga.h')
-rw-r--r--src/drivers/ao_vga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/ao_vga.h b/src/drivers/ao_vga.h
index 7d9d6b39..92cdb76c 100644
--- a/src/drivers/ao_vga.h
+++ b/src/drivers/ao_vga.h
@@ -36,4 +36,6 @@ extern uint32_t ao_vga_fb[AO_VGA_STRIDE * AO_VGA_HEIGHT];
extern const struct ao_bitmap ao_vga_bitmap;
+extern uint8_t ao_vga_vblank;
+
#endif /* _AO_VGA_H_ */