projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ac924
)
gpiod.h: make the include guard more unique
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Mon, 9 Jan 2017 11:22:48 +0000
(12:22 +0100)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Mon, 9 Jan 2017 11:22:48 +0000
(12:22 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
gpiod.h
patch
|
blob
|
history
diff --git
a/gpiod.h
b/gpiod.h
index 1b4d547cf880f02e561daea340c3f3a6a7f3af5e..8b475d1f473f5843f88e38781f5d04b1a8f6c502 100644
(file)
--- a/
gpiod.h
+++ b/
gpiod.h
@@
-17,8
+17,8
@@
* exposed by the linux GPIO character device interface.
*/
-#ifndef __
GPIOD
__
-#define __
GPIOD
__
+#ifndef __
LIBGPIOD_GPIOD_H
__
+#define __
LIBGPIOD_GPIOD_H
__
#include <stdlib.h>
#include <stdbool.h>
@@
-740,4
+740,4
@@
gpiod_line_iter_next(struct gpiod_line_iter *iter)
} /* extern "C" */
#endif
-#endif /* __
GPIOD
__ */
+#endif /* __
LIBGPIOD_GPIOD_H
__ */