1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drivers/service/MicoGPIOService.h Fri Aug 13 10:41:29 2010 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +#ifndef MICO32_GPIOSERVICE_HEADER_FILE 1.5 +#define MICO32_GPIOSERVICE_HEADER_FILE 1.6 + 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_GPIOSERVICE_HEADER_FILE */