Changeset 83a2f43 in mainline for uspace/lib/drv/generic/remote_char_dev.c
- Timestamp:
- 2011-02-15T19:43:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af6b5157
- Parents:
- 34588a80
- File:
-
- 1 edited
-
uspace/lib/drv/generic/remote_char_dev.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_char_dev.c
r34588a80 r83a2f43 41 41 #define MAX_CHAR_RW_COUNT 256 42 42 43 static void remote_char_read( function_t *, void *, ipc_callid_t, ipc_call_t *);44 static void remote_char_write( function_t *, void *, ipc_callid_t, ipc_call_t *);43 static void remote_char_read(ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *); 44 static void remote_char_write(ddf_fun_t *, void *, ipc_callid_t, ipc_call_t *); 45 45 46 46 /** Remote character interface operations. */ … … 71 71 */ 72 72 static void 73 remote_char_read( function_t *fun, void *ops, ipc_callid_t callid,73 remote_char_read(ddf_fun_t *fun, void *ops, ipc_callid_t callid, 74 74 ipc_call_t *call) 75 75 { … … 118 118 */ 119 119 static void 120 remote_char_write( function_t *fun, void *ops, ipc_callid_t callid,120 remote_char_write(ddf_fun_t *fun, void *ops, ipc_callid_t callid, 121 121 ipc_call_t *call) 122 122 {
Note:
See TracChangeset
for help on using the changeset viewer.
