]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/cpu.h
kvm/powerpc: Add irq support for E500 core
[qemu.git] / target-ppc / cpu.h
index 80ee76c73a85af509ba3019f80193764919b8ead..bdc3cf974aedb0502c97c486eac0c5b56e12707b 100644 (file)
@@ -1355,6 +1355,16 @@ enum {
     PPCBookE_INPUT_NB,
 };
 
+enum {
+    /* PowerPC E500 input pins */
+    PPCE500_INPUT_RESET_CORE = 0,
+    PPCE500_INPUT_MCK        = 1,
+    PPCE500_INPUT_CINT       = 3,
+    PPCE500_INPUT_INT        = 4,
+    PPCE500_INPUT_DEBUG      = 6,
+    PPCE500_INPUT_NB,
+};
+
 enum {
     /* PowerPC 40x input pins */
     PPC40x_INPUT_RESET_CORE = 0,