aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/gpio.h')
-rw-r--r--sys/sys/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/gpio.h b/sys/sys/gpio.h
index b1f3ba8f8890..c8724cbe6e89 100644
--- a/sys/sys/gpio.h
+++ b/sys/sys/gpio.h
@@ -93,5 +93,6 @@ struct gpio_req {
#define GPIOGET _IOWR('G', 3, struct gpio_req)
#define GPIOSET _IOW('G', 4, struct gpio_req)
#define GPIOTOGGLE _IOWR('G', 5, struct gpio_req)
+#define GPIOSETNAME _IOW('G', 6, struct gpio_pin)
#endif /* __GPIO_H__ */