msx2: add tty_sleeping
authorgeijoenr <enric.geijo@gmail.com>
Sat, 21 Feb 2015 19:18:20 +0000 (19:18 +0000)
committergeijoenr <enric.geijo@gmail.com>
Sat, 21 Feb 2015 19:18:20 +0000 (19:18 +0000)
Kernel/platform-msx2/devtty.c

index b59397d..e0b754b 100644 (file)
@@ -161,6 +161,11 @@ void kbd_interrupt(void)
                keydecode();
 }
 
+void tty_sleeping(uint8_t minor)
+{
+    minor;
+}
+
 /* This is used by the vt asm code, but needs to live in the kernel */
 uint16_t cursorpos;