Ignore:
Timestamp:
Apr 13, 2015, 5:23:12 PM (9 years ago)
Author:
alain
Message:

Introducing support for the coprocessor related system calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_kernel/sys_handler.h

    r528 r556  
    8383
    8484int _sys_coproc_alloc( unsigned int   coproc_type,
    85                        unsigned int*  coproc_info,
    86                        unsigned int*  cluster_xy );
    87 
    88 int _sys_coproc_release( unsigned int cluster_xy );
    89 
    90 int _sys_coproc_channel_init( unsigned int            cluster_xy,
    91                               unsigned int            channel,
     85                       unsigned int*  coproc_info );
     86
     87int _sys_coproc_release( unsigned int coproc_reg_index );
     88
     89int _sys_coproc_channel_init( unsigned int            channel,
    9290                              giet_coproc_channel_t*  desc );
    9391
    94 int _sys_coproc_channel_start( unsigned int  cluster_xy,
    95                                unsigned int  channel );
    96 
    97 int _sys_coproc_channel_stop( unsigned int  cluster_xy,
    98                               unsigned int  channel );
    99 
    100 int _sys_coproc_completed( unsigned int cluster_xy );
     92int _sys_coproc_run( unsigned int coproc_reg_index );
     93
     94int _sys_coproc_completed();
    10195
    10296///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.