Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xenomai
rtdm-gpio-driver
Commits
1ad91661
Commit
1ad91661
authored
Jan 12, 2017
by
Michael Welling
Browse files
Add include guard
Signed-off-by:
Michael Welling
<
mwelling@ieee.org
>
parent
b2f93cdf
Changes
1
Show whitespace changes
Inline
Side-by-side
gpio.h
View file @
1ad91661
#ifndef GPIO_RTDM_H
#define GPIO_RTDM_H
#include <linux/ioctl.h>
#define RTGPIO_PROFILE_VER 1
...
...
@@ -11,3 +14,5 @@
#define GPIO_VAL_GET _IOR(GPIO_IOC_MAGIC, 6, int)
#define GPIO_IRQ_BIND _IOW(GPIO_IOC_MAGIC, 7, int)
#define GPIO_IRQ_WAIT _IO(GPIO_IOC_MAGIC, 8)
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment