source: soft/giet_vm/libs/libsrl/srl_mwmr.h @ 213

Last change on this file since 213 was 213, checked in by karaoui, 12 years ago

fixing the case where NB_DMA_MAX==0
updating the libsrl.

File size: 300 bytes
Line 
1#ifndef SRL_MWMR_H_
2#define SRL_MWMR_H_
3
4#include "mwmr_channel.h"
5
6typedef  mwmr_channel_t* srl_mwmr_t;
7
8#define srl_mwmr_write(a, b, c) mwmr_write(a, (unsigned int*) b, (unsigned int)c)
9#define srl_mwmr_read(a, b, c) mwmr_read(a, (unsigned int*) b, (unsigned int)c) 
10
11
12#endif //fin de SRL_MWMR_H_
Note: See TracBrowser for help on using the repository browser.