source:
soft/giet_vm/libs/libsrl/srl_mwmr.h
@
203
Last change on this file since 203 was 178, checked in by , 12 years ago | |
---|---|
File size: 240 bytes |
Rev | Line | |
---|---|---|
[160] | 1 | #ifndef SRL_MWMR_H_ |
2 | #define SRL_MWMR_H_ | |
3 | ||
[175] | 4 | #include "mwmr_channel.h" |
[160] | 5 | |
[175] | 6 | typedef mwmr_channel_t* srl_mwmr_t; |
[160] | 7 | |
[178] | 8 | #define srl_mwmr_write(a, b, c) mwmr_write(a, b, c) |
9 | #define srl_mwmr_read(a, b, c) mwmr_read(a, b, c) | |
[160] | 10 | |
11 | ||
12 | #endif //fin de SRL_MWMR_H_ |
Note: See TracBrowser
for help on using the repository browser.