pcw8256: missed a devtty.h
authorAlan Cox <alan@linux.intel.com>
Sun, 4 Jan 2015 17:38:22 +0000 (17:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 4 Jan 2015 17:38:22 +0000 (17:38 +0000)
Kernel/platform-pcw8256/devtty.h

index 940c0fe..fc8fd8e 100644 (file)
@@ -9,5 +9,7 @@ void tty_irq(void);
 #define KEY_ROWS       12
 #define KEY_COLS       8
 extern uint8_t keymap[12];
+extern uint8_t keyboard[12][8];
+extern uint8_t shiftkeyboard[12][8];
 
 #endif