repo.or.cz
/
qemu
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix error introduced by r5044
[qemu/mini2440.git]
/
target-sh4
/
machine.c
blob
2d78aae6dd82248a092e5de3a1aa37ab62dff416
1
#include
"hw/hw.h"
2
#include
"hw/boards.h"
3
4
void
register_machines
(
void
)
5
{
6
qemu_register_machine
(&
shix_machine
);
7
qemu_register_machine
(&
r2d_machine
);
8
}