summary refs log tree commit diff stats
path: root/target/avr/cpu.h
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@linaro.org>2025-03-24 21:58:52 -0700
committerRichard Henderson <richard.henderson@linaro.org>2025-04-23 15:04:57 -0700
commit22a7c2f239229b2ee9fcbac03cb598d9aebb9196 (patch)
treed8ed1a950c5bd1f78154d97dd94784d34d43344a /target/avr/cpu.h
parent4533af18b2ed5a6852ffb2dc024784d243f64ba4 (diff)
downloadfocaccia-qemu-22a7c2f239229b2ee9fcbac03cb598d9aebb9196.tar.gz
focaccia-qemu-22a7c2f239229b2ee9fcbac03cb598d9aebb9196.zip
exec/cpu-all: remove exec/cpu-interrupt include
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250325045915.994760-8-pierrick.bouvier@linaro.org>
Diffstat (limited to 'target/avr/cpu.h')
-rw-r--r--target/avr/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/avr/cpu.h b/target/avr/cpu.h
index b0518a1f60..c2cc2daa66 100644
--- a/target/avr/cpu.h
+++ b/target/avr/cpu.h
@@ -23,6 +23,7 @@
 
 #include "cpu-qom.h"
 #include "exec/cpu-defs.h"
+#include "exec/cpu-interrupt.h"
 #include "system/memory.h"
 
 #ifdef CONFIG_USER_ONLY