mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
5 lines
98 B
C
5 lines
98 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "sysemu/arch_init.h"
|
||
|
|
||
|
const uint32_t arch_type = QEMU_ARCH_NONE;
|