]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/cpu-qom.h
ahci: Don't allow creating slave drives
[qemu.git] / target-arm / cpu-qom.h
index 7539727768803bdba8ffa6bb3665d3b4a030fc9c..12fcefe0c693fc36a53c0b49f4308cae56dccf47 100644 (file)
@@ -111,6 +111,13 @@ static inline ARMCPU *arm_env_get_cpu(CPUARMState *env)
 
 #define ENV_OFFSET offsetof(ARMCPU, env)
 
+#ifndef CONFIG_USER_ONLY
+extern const struct VMStateDescription vmstate_arm_cpu;
+#endif
+
 void register_cp_regs_for_features(ARMCPU *cpu);
 
+void arm_cpu_do_interrupt(CPUState *cpu);
+void arm_v7m_cpu_do_interrupt(CPUState *cpu);
+
 #endif