commit | 9a4a952e2ed4763ab84b46bf14109127187fd969 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:35 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 864db52391219e4f94e9d7a3c7d59f5b8d042b51 | |
parent | f0dab7021dab488c305f85cbefde0cc8dc2df370 [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>
diff --git a/arch/x86/include/asm/interrupt.h b/arch/x86/include/asm/interrupt.h index e23fb2c..c689fc2 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