zx128: update for tty_sleeping
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:58:16 +0000 (18:58 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Mar 2015 18:58:16 +0000 (18:58 +0000)
Kernel/platform-zx128/devtty.c

index 0f02992..d50893d 100644 (file)
@@ -83,6 +83,11 @@ void tty_setup(uint8_t minor)
        minor;
 }
 
+void tty_sleeping(uint8_t minor)
+{
+       minor;
+}
+
 void update_keyboard(void)
 {
        /* We need this assembler code because SDCC __sfr cannot handle 16-bit addresses. And because it is much faster, of course  */