diff options
Diffstat (limited to 'include/system/arch_init.h')
-rw-r--r-- | include/system/arch_init.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/system/arch_init.h b/include/system/arch_init.h index 5b1c102..51e24c3 100644 --- a/include/system/arch_init.h +++ b/include/system/arch_init.h @@ -25,8 +25,6 @@ enum { QEMU_ARCH_LOONGARCH = (1 << 23), }; -extern const uint32_t arch_type; - -void qemu_init_arch_modules(void); +bool qemu_arch_available(unsigned qemu_arch_mask); #endif |