aboutsummaryrefslogtreecommitdiff
path: root/target-cris/machine.c
blob: cbfa645b4f9ad45fa1425f0a75eacfbdab1a540b (plain)
1
2
3
4
5
6
7
#include "hw/hw.h"
#include "hw/boards.h"

void register_machines(void)
{
    qemu_register_machine(&bareetraxfs_machine);
}