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

Last change on this file since 77578e8 was f1380b7, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 8 years ago

style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.

  • Property mode set to 100644
File size: 237 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.