Ignore:
Timestamp:
Jan 24, 2014, 6:04:54 PM (10 years ago)
Author:
cfuguet
Message:

Adding missing non-blocking write and read functions
on the mwmr_channel header file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_libs/mwmr_channel.h

    r258 r278  
    3838                 unsigned int    nitems );
    3939
     40unsigned int nb_mwmr_read ( mwmr_channel_t * mwmr,
     41                            unsigned int * buffer,
     42                            unsigned int nitems );
     43
     44
     45unsigned int nb_mwmr_write( mwmr_channel_t * mwmr,
     46                            unsigned int * buffer,
     47                            unsigned int nitems );
     48
    4049#endif
    4150
Note: See TracChangeset for help on using the changeset viewer.