source:
mainline/contrib/arch/uspace/srv/ns/service.adl
Last change on this file was f1380b7, checked in by , 7 years ago | |
---|---|
|
|
File size: 237 bytes |
Rev | Line | |
---|---|---|
[07fdf203] | 1 | interface service { |
2 | /* Establish connection with the service | |
3 | (this call is forwarded from Naming Service or Device Mapper) */ | |
[96b02eb9] | 4 | sysarg_t ipc_m_connect_me_to(void); |
[f1380b7] | 5 | |
[cf7b3e0] | 6 | /* Close connection */ |
[96b02eb9] | 7 | sysarg_t ipc_m_phone_hungup(void); |
[07fdf203] | 8 | }; |
Note:
See TracBrowser
for help on using the repository browser.