Changeset 3be9d10 in mainline for uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
readaeae8 r3be9d10 64 64 static s3c24xx_uart_t *uart; 65 65 66 static void s3c24xx_uart_connection( ipc_callid_t, ipc_call_t *, void *);66 static void s3c24xx_uart_connection(cap_call_handle_t, ipc_call_t *, void *); 67 67 static void s3c24xx_uart_irq_handler(ipc_call_t *, void *); 68 68 static int s3c24xx_uart_init(s3c24xx_uart_t *); … … 113 113 114 114 /** Character device connection handler. */ 115 static void s3c24xx_uart_connection( ipc_callid_t iid, ipc_call_t *icall,115 static void s3c24xx_uart_connection(cap_call_handle_t iid, ipc_call_t *icall, 116 116 void *arg) 117 117 {
Note:
See TracChangeset
for help on using the changeset viewer.