repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
monitor: Fix tracepoint crash on JSON syntax error
[qemu/armbru.git]
/
include
/
hw
/
mips
/
bios.h
blob
d67ef33e8383bafcbe95443096683cd6619f30be
1
#include
"qemu/units.h"
2
#include
"cpu.h"
3
4
#define BIOS_SIZE (4 * MiB)
5
#ifdef TARGET_WORDS_BIGENDIAN
6
#define BIOS_FILENAME
"mips_bios.bin"
7
#else
8
#define BIOS_FILENAME
"mipsel_bios.bin"
9
#endif