qemu-patch-raspberry4/target-cris/machine.c

8 lines
125 B
C
Raw Normal View History

#include "hw/hw.h"
#include "hw/boards.h"
void register_machines(void)
{
qemu_register_machine(&bareetraxfs_machine);
}