Basic PS/2 keyboard driver, and ...
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / tty.h
index 5c03ca29a845a0d3e76986b4ca89679376f831ac..28ad83d794211575c5e07b7133358ef02d51972a 100644 (file)
@@ -49,5 +49,8 @@ tty_set_cpos(unsigned int x, unsigned int y);
 void
 tty_get_cpos(unsigned int* x, unsigned int* y);
 
+vga_attribute
+tty_get_theme();
+
 
 #endif /* __LUNAIX_TTY_H */