From 4faa72f39aecea0b63089b5abac0a45dbeccfaac Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 9 Dec 2022 07:11:02 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70520 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/include/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/gpio.h') 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 +#include /* IWYU pragma: export */ #include /* must typedef a gpio_t that fits in 32 bits. */ -- cgit v1.2.3