source: mainline/contrib/arch/uspace/srv/ns/service.adl@ 554debd

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 554debd was cf7b3e0, checked in by Martin Decky <martin@…>, 16 years ago

various fixes and cleanup

  • Property mode set to 100644
File size: 239 bytes
Line 
1interface service {
2 /* Establish connection with the service
3 (this call is forwarded from Naming Service or Device Mapper) */
4 ipcarg_t ipc_m_connect_me_to(void);
5
6 /* Close connection */
7 ipcarg_t ipc_m_phone_hungup(void);
8};
Note: See TracBrowser for help on using the repository browser.