drivers/service/MicoDMAService.h

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