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

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

more unification of basic types

  • use sysarg_t and native_t (unsigned and signed variant) in both kernel and uspace
  • remove ipcarg_t in favour of sysarg_t

(no change in functionality)

  • 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 sysarg_t ipc_m_connect_me_to(void);
5
6 /* Close connection */
7 sysarg_t ipc_m_phone_hungup(void);
8};
Note: See TracBrowser for help on using the repository browser.