diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-09 07:11:02 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-10 17:47:31 +0000 |
commit | 4faa72f39aecea0b63089b5abac0a45dbeccfaac (patch) | |
tree | cabf82932c820b59391248e656f313432b51d73f /src/include/gpio.h | |
parent | 593ac8d74902ec16d592bb948da55cf9949b47fe (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpio.h b/src/include/gpio.h index 57360f936c..db8776a417 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. */ |