Implement (half) simple semaphore & mutex lock, and ...
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / tty.h
index 28ad83d794211575c5e07b7133358ef02d51972a..cbb39248a02564de6182aee1a27987cfa7db48b7 100644 (file)
@@ -52,5 +52,9 @@ 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 */