]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/arch_init.h
target/hppa: Skeleton support for hppa-softmmu
[mirror_qemu.git] / include / sysemu / arch_init.h
index 8751c468eddd48cae58bc5074a1401b90702357f..f999bfd3bec51ea023fa9ce0f98b1b7c6e8a3d8e 100644 (file)
@@ -24,6 +24,7 @@ enum {
     QEMU_ARCH_MOXIE = (1 << 15),
     QEMU_ARCH_TRICORE = (1 << 16),
     QEMU_ARCH_NIOS2 = (1 << 17),
+    QEMU_ARCH_HPPA = (1 << 18),
 };
 
 extern const uint32_t arch_type;