git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1111d92
)
x86: Include stdbool.h in interrupt header
author
Simon Glass
<sjg@chromium.org>
Sat, 15 Mar 2025 14:25:35 +0000
(14:25 +0000)
committer
Tom Rini
<trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000
(11:41 -0600)
This makes use of a 'bool' type, so include the required header.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/interrupt.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/interrupt.h
b/arch/x86/include/asm/interrupt.h
index
e23fb2c
..
c689fc2
100644
(file)
--- 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