Changeset 3be9d10 in mainline for uspace/drv/char/sun4v-con/sun4v-con.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/drv/char/sun4v-con/sun4v-con.c
readaeae8 r3be9d10 42 42 #include "sun4v-con.h" 43 43 44 static void sun4v_con_connection( ipc_callid_t, ipc_call_t *, void *);44 static void sun4v_con_connection(cap_call_handle_t, ipc_call_t *, void *); 45 45 46 46 #define POLL_INTERVAL 10000 … … 180 180 181 181 /** Character device connection handler. */ 182 static void sun4v_con_connection( ipc_callid_t iid, ipc_call_t *icall,182 static void sun4v_con_connection(cap_call_handle_t iid, ipc_call_t *icall, 183 183 void *arg) 184 184 {
Note:
See TracChangeset
for help on using the changeset viewer.