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