summaryrefslogtreecommitdiff
path: root/include/drivers/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/gpio.h')
-rw-r--r--include/drivers/gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/drivers/gpio.h b/include/drivers/gpio.h
index 5722051f..bef62f73 100644
--- a/include/drivers/gpio.h
+++ b/include/drivers/gpio.h
@@ -4,8 +4,8 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#ifndef __GPIO_H__
-#define __GPIO_H__
+#ifndef GPIO_H
+#define GPIO_H
#define GPIO_DIR_OUT 0
#define GPIO_DIR_IN 1
@@ -34,4 +34,4 @@ void gpio_set_pull(int gpio, int pull);
int gpio_get_pull(int gpio);
void gpio_init(const gpio_ops_t *ops);
-#endif /* __GPIO_H__ */
+#endif /* GPIO_H */