This patch adds #include guards in order to make the header files idempotent. Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>tirimbino
parent
da96aecdc5
commit
f3f883b411
@ -1,2 +1,7 @@ |
||||
#ifndef _IIO_DUMMY_EVGEN_H_ |
||||
#define _IIO_DUMMY_EVGEN_H_ |
||||
|
||||
int iio_dummy_evgen_get_irq(void); |
||||
int iio_dummy_evgen_release_irq(int irq); |
||||
|
||||
#endif /* _IIO_DUMMY_EVGEN_H_ */ |
||||
|
Loading…
Reference in new issue