lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since ea5f46d was ea5f46d, checked in by Martin Decky <martin@…>, 16 years ago |
hierarchical composition of components
(tmpfs, fat, devfs are logical subcomponents of vfs, kbd and fb are subcomponents of console, rd is subcomponent of bd)
|
-
Property mode
set to
100644
|
File size:
329 bytes
|
Rev | Line | |
---|
[07fdf203] | 1 | ?ipc_m_connect_me_to ;
|
---|
| 2 |
|
---|
| 3 | !service.ipc_m_connect_me_to /* forward */
|
---|
| 4 | +
|
---|
| 5 | (
|
---|
| 6 | (
|
---|
| 7 | ?device_get_handle {
|
---|
| 8 | ?ipc_m_data_write /* device name */
|
---|
| 9 | } +
|
---|
| 10 |
|
---|
| 11 | ?device_get_name +
|
---|
| 12 | ?device_null_create +
|
---|
| 13 | ?device_null_destroy +
|
---|
| 14 | ?device_get_count +
|
---|
| 15 |
|
---|
| 16 | ?device_get_devices {
|
---|
| 17 | ?ipc_m_data_read /* buffer */
|
---|
| 18 | }
|
---|
| 19 | )*
|
---|
| 20 | ) ;
|
---|
| 21 | ?ipc_m_phone_hungup
|
---|
Note:
See
TracBrowser
for help on using the repository browser.