Changeset 39e8406 in mainline for uspace/app/sbi/src/run.h


Ignore:
Timestamp:
2010-03-20T21:57:13Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b535aeb
Parents:
6ba20a6b
Message:

Update SBI to rev. 128.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/run.h

    r6ba20a6b r39e8406  
    4848void run_proc_ar_set_setter_arg(run_t *run, run_proc_ar_t *proc_ar,
    4949    rdata_item_t *arg_val);
    50 void run_proc_ar_create(run_t *run, rdata_var_t *obj, stree_symbol_t *proc_sym,
    51     stree_block_t *proc_block, run_proc_ar_t **rproc_ar);
     50void run_proc_ar_create(run_t *run, rdata_var_t *obj, stree_proc_t *proc,
     51    run_proc_ar_t **rproc_ar);
    5252
     53var_class_t run_item_get_vc(run_t *run, rdata_item_t *item);
    5354void run_cvt_value_item(run_t *run, rdata_item_t *item, rdata_item_t **ritem);
    5455void run_address_read(run_t *run, rdata_address_t *address,
Note: See TracChangeset for help on using the changeset viewer.