lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 6b10dab 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
|
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);
|
---|
[cf7b3e0] | 5 |
|
---|
| 6 | /* Close connection */
|
---|
[96b02eb9] | 7 | sysarg_t ipc_m_phone_hungup(void);
|
---|
[07fdf203] | 8 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.