Implement (half) simple semaphore & mutex lock, and ...
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / tty.h
index 5c03ca29a845a0d3e76986b4ca89679376f831ac..cbb39248a02564de6182aee1a27987cfa7db48b7 100644 (file)
@@ -49,5 +49,12 @@ tty_set_cpos(unsigned int x, unsigned int y);
 void
 tty_get_cpos(unsigned int* x, unsigned int* y);
 
+vga_attribute
+tty_get_theme();
+
+void tty_set_cursor(unsigned char x, unsigned char y);
+
+void tty_sync_cursor();
+
 
 #endif /* __LUNAIX_TTY_H */