source: mainline/contrib/arch/uspace/srv/loader/loader.bp@ f1380b7

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since f1380b7 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: 266 bytes
Line 
1(
2 ?get_taskid {
3 ?ipc_m_data_read /* task ID */
4 } +
5
6 ?set_pathname {
7 ?ipc_m_data_write /* pathname */
8 } +
9
10 ?set_args {
11 ?ipc_m_data_write /* arguments */
12 } +
13
14 ?set_files {
15 ?ipc_m_data_write /* files */
16 } +
17
18 ?load
19)* ;
20(
21 ?run +
22 ?ipc_m_phone_hungup
23)
Note: See TracBrowser for help on using the repository browser.