interface service { /* Establish connection with the service (this call is forwarded from Naming Service or Device Mapper) */ ipcarg_t ipc_m_connect_me_to(void); /* Close connection */ ipcarg_t ipc_m_phone_hungup(void); };