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>
This commit is contained in:
Simon Glass
2025-04-03 11:41:55 -06:00
committed by Tom Rini
parent 1111d92360
commit aae07e3df8
+1
View File
@@ -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