1.1 diff -r 000000000000 -r 11aef665a5d8 drivers/service/MicoDMAService.h 1.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 +++ b/drivers/service/MicoDMAService.h Fri Aug 13 10:43:05 2010 +0100 1.4 @@ -0,0 +1,17 @@ 1.5 +#ifndef MICO32_DMASERVICE_HEADER_FILE 1.6 +#define MICO32_DMASERVICE_HEADER_FILE 1.7 + 1.8 +#ifdef __cplusplus 1.9 +extern "C" 1.10 +{ 1.11 +#endif /* __cplusplus */ 1.12 + 1.13 + 1.14 + 1.15 +#ifdef __cplusplus 1.16 +}; 1.17 +#endif /* __cplusplus */ 1.18 + 1.19 + 1.20 +#endif /* MICO32_DMASERVICE_HEADER_FILE */ 1.21 +