summaryrefslogtreecommitdiffstats
path: root/src/include/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpio.h')
-rw-r--r--src/include/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpio.h b/src/include/gpio.h
index 57360f936ca9..db8776a417c5 100644
--- a/src/include/gpio.h
+++ b/src/include/gpio.h
@@ -3,7 +3,7 @@
#ifndef __SRC_INCLUDE_GPIO_H__
#define __SRC_INCLUDE_GPIO_H__
-#include <soc/gpio.h>
+#include <soc/gpio.h> /* IWYU pragma: export */
#include <types.h>
/* <soc/gpio.h> must typedef a gpio_t that fits in 32 bits. */