aboutsummaryrefslogtreecommitdiff
path: root/devices/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vga.h')
-rw-r--r--devices/vga.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/devices/vga.h b/devices/vga.h
index bd77e2a..cd3a272 100644
--- a/devices/vga.h
+++ b/devices/vga.h
@@ -25,9 +25,9 @@ enum vga_color {
FILE *vga_init(void *addr);
void vga_clear(enum vga_color foreground, enum vga_color background);
-// void vga_putc(char a);
-// void vga_puts(const char *string, int len);
+/* void vga_putc(char a); */
+/* void vga_puts(const char *string, int len); */
-// void vga_enable_cursor(unsigned char start, unsigned char end);
-// void vga_disable_cursor();
+/* void vga_enable_cursor(unsigned char start, unsigned char end); */
+/* void vga_disable_cursor(); */
void vga_update_cursor(void);