Changeset 9cfbf2f in mainline for uspace/srv/ns/clonable.h
- Timestamp:
- 2015-08-22T03:53:34Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57dea62
- Parents:
- 1a522e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/clonable.h
r1a522e5 r9cfbf2f 36 36 #include <ipc/common.h> 37 37 #include <sys/types.h> 38 #include <ipc/services.h> 39 #include <abi/ipc/interfaces.h> 38 40 #include <stdbool.h> 39 41 40 42 extern int clonable_init(void); 41 43 42 extern bool service_clonable(int); 43 extern void register_clonable(sysarg_t, sysarg_t, ipc_call_t *, ipc_callid_t); 44 extern void connect_to_clonable(sysarg_t, ipc_call_t *, ipc_callid_t); 44 extern bool service_clonable(service_t); 45 extern void register_clonable(service_t, sysarg_t, ipc_call_t *, 46 ipc_callid_t); 47 extern void connect_to_clonable(service_t, iface_t, ipc_call_t *, ipc_callid_t); 45 48 46 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.