]> git.proxmox.com Git - qemu.git/blobdiff - target-s390x/cpu-qom.h
qtest/ide-test: Test short and long PRDTs
[qemu.git] / target-s390x / cpu-qom.h
index f6e514570c7042f983d79b14d481ad91699554dd..34d45c262b46a6e876d971a3fd0c434d5fc66c2f 100644 (file)
@@ -71,4 +71,6 @@ static inline S390CPU *s390_env_get_cpu(CPUS390XState *env)
 
 #define ENV_OFFSET offsetof(S390CPU, env)
 
+void s390_cpu_do_interrupt(CPUState *cpu);
+
 #endif