diff options
Diffstat (limited to 'io/bin/generic_gpio/ini.h')
| -rw-r--r-- | io/bin/generic_gpio/ini.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/io/bin/generic_gpio/ini.h b/io/bin/generic_gpio/ini.h new file mode 100644 index 0000000..accc454 --- /dev/null +++ b/io/bin/generic_gpio/ini.h @@ -0,0 +1,14 @@ +#include <iniparser.h> +#define GPIO_CONFIG "gpio.conf" + +#ifdef __cplusplus +extern "C" { +#endif +int init (void); +dictionary * _iniparser_load (const char *conf); +int _iniparser_getnsec (dictionary *d); +char *_iniparser_getsecname (dictionary *d, int i); +void _iniparser_freedict (dictionary *d); +#ifdef __cplusplus +} +#endif |
