Changeset 1113c9e in mainline for uspace/app/sbi/src/run.h


Ignore:
Timestamp:
2010-06-09T19:03:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8eec3c8
Parents:
8f80c77 (diff), c5cb943d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jsvoboda/helenos/sysel.

File:
1 edited

Legend:

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

    r8f80c77 r1113c9e  
    3333
    3434void run_init(run_t *run);
     35void run_gdata_init(run_t *run);
    3536void run_program(run_t *run, stree_program_t *prog);
    3637void run_proc(run_t *run, run_proc_ar_t *proc_ar, rdata_item_t **res);
     
    4748run_block_ar_t *run_get_current_block_ar(run_t *run);
    4849stree_csi_t *run_get_current_csi(run_t *run);
     50
     51rdata_var_t *run_sobject_get(run_t *run, stree_csi_t *pcsi,
     52    rdata_var_t *pobj_var, sid_t name);
     53rdata_var_t *run_sobject_find(run_t *run, stree_csi_t *csi);
     54rdata_var_t *run_fun_sobject_find(run_t *run, stree_fun_t *fun);
    4955
    5056void run_value_item_to_var(rdata_item_t *item, rdata_var_t **var);
Note: See TracChangeset for help on using the changeset viewer.