summaryrefslogtreecommitdiffstats
path: root/src/include/gpio.h
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-09 07:11:02 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-10 17:47:31 +0000
commit4faa72f39aecea0b63089b5abac0a45dbeccfaac (patch)
treecabf82932c820b59391248e656f313432b51d73f /src/include/gpio.h
parent593ac8d74902ec16d592bb948da55cf9949b47fe (diff)
downloadcoreboot-4faa72f39aecea0b63089b5abac0a45dbeccfaac.tar.gz
coreboot-4faa72f39aecea0b63089b5abac0a45dbeccfaac.tar.bz2
coreboot-4faa72f39aecea0b63089b5abac0a45dbeccfaac.zip
include/gpio.h: Add 'IWYU pragma: export' comment
This pragma says to IWYU (Include What You Use) that the current file is supposed to provide commented headers. Change-Id: Iedd798eebf3376b7631fc9aa1ca0ba92867382bd Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70520 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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. */