Changeset 3be9d10 in mainline for uspace/srv/ns/clonable.h
- 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/ns/clonable.h
readaeae8 r3be9d10 43 43 extern bool service_clonable(service_t); 44 44 extern void register_clonable(service_t, sysarg_t, ipc_call_t *, 45 ipc_callid_t);46 extern void connect_to_clonable(service_t, iface_t, ipc_call_t *, ipc_callid_t);45 cap_call_handle_t); 46 extern void connect_to_clonable(service_t, iface_t, ipc_call_t *, cap_call_handle_t); 47 47 48 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.