mirror of https://github.com/xemu-project/xemu.git
8 lines
125 B
C
8 lines
125 B
C
![]() |
#include "hw/hw.h"
|
||
|
#include "hw/boards.h"
|
||
|
|
||
|
void register_machines(void)
|
||
|
{
|
||
|
qemu_register_machine(&bareetraxfs_machine);
|
||
|
}
|