summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-03-15 14:25:35 +0000
committerTom Rini <trini@konsulko.com>2025-04-03 11:41:55 -0600
commitaae07e3df82e83ee4bd922dea34c9b35f2658b65 (patch)
tree864db52391219e4f94e9d7a3c7d59f5b8d042b51
parent1111d92360cf51aac136945b7b5ddbd6a745dc42 (diff)
x86: Include stdbool.h in interrupt header
This makes use of a 'bool' type, so include the required header. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/x86/include/asm/interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/interrupt.h b/arch/x86/include/asm/interrupt.h
index e23fb2c8e72..c689fc23d08 100644
--- a/arch/x86/include/asm/interrupt.h
+++ b/arch/x86/include/asm/interrupt.h
@@ -10,6 +10,7 @@
#ifndef __ASM_INTERRUPT_H_
#define __ASM_INTERRUPT_H_ 1
+#include <stdbool.h>
#include <asm/types.h>
#define SYS_NUM_IRQS 16