source:
soft/giet_vm/libs/libsrl/srl_mwmr.h
@
163
Last change on this file since 163 was 160, checked in by , 12 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
1 | #ifndef SRL_MWMR_H_ |
2 | #define SRL_MWMR_H_ |
3 | |
4 | #include "mwmr.h" |
5 | |
6 | #define srl_mwmr_t mwmr_channel_t* |
7 | |
8 | #define srl_mwmr_write mwmr_write |
9 | #define srl_mwmr_read mwmr_read |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | #endif //fin de SRL_MWMR_H_ |
Note: See TracBrowser
for help on using the repository browser.