source: mainline/contrib/arch/uspace/srv/devmap/devmap_client.bp@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 was 810860a, checked in by Martin Decky <martin@…>, 16 years ago

various protocol fixes
add console architecture

  • Property mode set to 100644
File size: 369 bytes
Line 
1?ipc_m_connect_me_to ;
2
3alternative (service; rd; console) {
4 !service.ipc_m_connect_me_to /* forward */
5}
6+
7(
8 (
9 ?device_get_handle {
10 ?ipc_m_data_write /* device name */
11 } +
12
13 ?device_get_name +
14 ?device_null_create +
15 ?device_null_destroy +
16 ?device_get_count +
17
18 ?device_get_devices {
19 ?ipc_m_data_read /* buffer */
20 }
21 )*
22) ;
23?ipc_m_phone_hungup
Note: See TracBrowser for help on using the repository browser.