Changeset 3be9d10 in mainline for uspace/lib/drv/generic/remote_battery_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_battery_dev.c
readaeae8 r3be9d10 90 90 } 91 91 92 static void remote_battery_status_get(ddf_fun_t *, void *, ipc_callid_t,92 static void remote_battery_status_get(ddf_fun_t *, void *, cap_call_handle_t, 93 93 ipc_call_t *); 94 static void remote_battery_charge_level_get(ddf_fun_t *, void *, ipc_callid_t,94 static void remote_battery_charge_level_get(ddf_fun_t *, void *, cap_call_handle_t, 95 95 ipc_call_t *); 96 96 … … 118 118 */ 119 119 static void 120 remote_battery_status_get(ddf_fun_t *fun, void *ops, ipc_callid_t callid,120 remote_battery_status_get(ddf_fun_t *fun, void *ops, cap_call_handle_t callid, 121 121 ipc_call_t *call) 122 122 { … … 144 144 */ 145 145 static void 146 remote_battery_charge_level_get(ddf_fun_t *fun, void *ops, ipc_callid_t callid,146 remote_battery_charge_level_get(ddf_fun_t *fun, void *ops, cap_call_handle_t callid, 147 147 ipc_call_t *call) 148 148 {
Note:
See TracChangeset
for help on using the changeset viewer.