Changes in kernel/arch/mips32/src/mach/malta/malta.c [b5e17b1:7ddc2c7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mach/malta/malta.c
rb5e17b1 r7ddc2c7 92 92 static outdev_operations_t yamon_outdev_ops = { 93 93 .write = yamon_putchar, 94 .redraw = NULL 94 .redraw = NULL, 95 .scroll_up = NULL, 96 .scroll_down = NULL 95 97 }; 96 98 … … 103 105 void malta_input_init(void) 104 106 { 107 (void) stdin_wire(); 105 108 } 106 109
Note:
See TracChangeset
for help on using the changeset viewer.