aboutsummaryrefslogtreecommitdiff
path: root/devices/vga.h
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-02 09:34:31 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-02 09:34:31 +0200
commitccaf2737f82968816c5ec962f936a593686cfb72 (patch)
tree6aa87c45c05e147c56fc4f330780386a608c33c7 /devices/vga.h
parentEnable interrupts after enabling the PIC (diff)
downloadkernel-ccaf2737f82968816c5ec962f936a593686cfb72.tar.xz
Add ps2_ctrl_8042
Diffstat (limited to 'devices/vga.h')
-rw-r--r--devices/vga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/devices/vga.h b/devices/vga.h
index 63de309..7a295a2 100644
--- a/devices/vga.h
+++ b/devices/vga.h
@@ -26,6 +26,6 @@ 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_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();