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

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

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

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