aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-12-02 08:45:46 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-05 14:27:45 +0000
commit9180bae9b2030bb3745c6d4d1e3e1187d7c30089 (patch)
treec77c4aebffd400ef199936205b1905f5f1abdcb3 /src
parent0405dbed77e056e50ebdb621164d838a1ad0a2fb (diff)
superio/aspeed/ast2400/chip.h: Include <stdbool.h>
Change-Id: Ib4a0d77e7bb4cb52e91a5965cae0a6c7ddc40090 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70254 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/superio/aspeed/ast2400/chip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/aspeed/ast2400/chip.h b/src/superio/aspeed/ast2400/chip.h
index 262f815460..1634a34152 100644
--- a/src/superio/aspeed/ast2400/chip.h
+++ b/src/superio/aspeed/ast2400/chip.h
@@ -3,6 +3,8 @@
#ifndef __SUPERIO_ASPEED__AST2400_CHIP_H__
#define __SUPERIO_ASPEED__AST2400_CHIP_H__
+#include <stdbool.h>
+
struct superio_aspeed_ast2400_config {
/* On AST2500 only 1: ESPI, 0: LPC */
bool use_espi;