diff --git a/gpio_expander.h b/gpio_expander.h index 6fe3ee5..91fdfcb 100644 --- a/gpio_expander.h +++ b/gpio_expander.h @@ -33,6 +33,10 @@ #ifndef _GPIO_EXPANDER_H_ #define _GPIO_EXPANDER_H_ +#ifndef NOT_AN_INTERRUPT +#define NOT_AN_INTERRUPT -1 +#endif + #include #include