Changes in kernel/genarch/src/drivers/omap/uart.c [7ddc2c7:b38c079] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/omap/uart.c
r7ddc2c7 rb38c079 61 61 62 62 static outdev_operations_t omap_uart_ops = { 63 .redraw = NULL, 63 64 .write = omap_uart_putchar, 64 .redraw = NULL,65 .scroll_up = NULL,66 .scroll_down = NULL67 65 }; 68 66
Note:
See TracChangeset
for help on using the changeset viewer.