Changeset 3be9d10 in mainline for uspace/lib/drv/generic/remote_led_dev.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/lib/drv/generic/remote_led_dev.c
readaeae8 r3be9d10 41 41 #include <ddf/driver.h> 42 42 43 static void remote_led_color_set(ddf_fun_t *, void *, ipc_callid_t,43 static void remote_led_color_set(ddf_fun_t *, void *, cap_call_handle_t, 44 44 ipc_call_t *); 45 45 … … 66 66 * 67 67 */ 68 static void remote_led_color_set(ddf_fun_t *fun, void *ops, ipc_callid_t callid,68 static void remote_led_color_set(ddf_fun_t *fun, void *ops, cap_call_handle_t callid, 69 69 ipc_call_t *call) 70 70 {
Note:
See TracChangeset
for help on using the changeset viewer.