Changeset b688fd8 in mainline for uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
- Timestamp:
- 2015-08-17T18:54:56Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
rb10460a rb688fd8 77 77 printf("%s: S3C24xx on-chip UART driver\n", NAME); 78 78 79 async_set_ client_connection(s3c24xx_uart_connection);79 async_set_fallback_port_handler(s3c24xx_uart_connection, NULL); 80 80 int rc = loc_server_register(NAME); 81 81 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.