aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-01-19 08:25:22 +0100
committerFelix Held <felix-coreboot@felixheld.de>2023-01-20 16:11:44 +0000
commit18d8fe27b202ade0ad66194e84efed248b674bd7 (patch)
tree7fd58d9aeeca7dd83ba01f7d14ae816f7ac44866 /src/soc/intel/jasperlake
parent6ea58346c6ab69d28e7c12e042e10dc6cbba5f90 (diff)
soc/intel/*/include/soc/gpio.h: Add "IWYU pragma: export" comment
Change-Id: If44a07503470f57037b59d03eea830703a3c604a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72100 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r--src/soc/intel/jasperlake/include/soc/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/include/soc/gpio.h b/src/soc/intel/jasperlake/include/soc/gpio.h
index fa7f915eb0..c25e3907f6 100644
--- a/src/soc/intel/jasperlake/include/soc/gpio.h
+++ b/src/soc/intel/jasperlake/include/soc/gpio.h
@@ -4,7 +4,7 @@
#define _SOC_JASPERLAKE_GPIO_H_
#include <soc/gpio_defs.h>
-#include <intelblocks/gpio.h>
+#include <intelblocks/gpio.h> /* IWYU pragma: export */
#define CROS_GPIO_NAME "INT34C8"
#define CROS_GPIO_COMM0_NAME "INT34C8:00"