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
tests/qapi-schema: Tidy up pylint warnings and advice
[qemu/armbru.git]
/
include
/
hw
/
mips
/
bios.h
blob
44acb6815becc383b06bb5ab4290072a13afd961
1
#ifndef HW_MIPS_BIOS_H
2
#define HW_MIPS_BIOS_H
3
4
#include
"qemu/units.h"
5
#include
"cpu.h"
6
7
#define BIOS_SIZE (4 * MiB)
8
#if TARGET_BIG_ENDIAN
9
#define BIOS_FILENAME
"mips_bios.bin"
10
#else
11
#define BIOS_FILENAME
"mipsel_bios.bin"
12
#endif
13
14
#endif