summary refs log tree commit diff stats
path: root/include/system/arch_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system/arch_init.h')
-rw-r--r--include/system/arch_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/arch_init.h b/include/system/arch_init.h
index d8b7744048..51e24c3091 100644
--- a/include/system/arch_init.h
+++ b/include/system/arch_init.h
@@ -25,6 +25,6 @@ enum {
     QEMU_ARCH_LOONGARCH = (1 << 23),
 };
 
-extern const uint32_t arch_type;
+bool qemu_arch_available(unsigned qemu_arch_mask);
 
 #endif