Sign in
qemu-android
/
qemu-android
/
6f52d5b27bc9281eda36bfad383f380160d06c02
/
.
/
include
/
hw
/
mips
/
bios.h
blob: b4b88ac43d33e04b2f06446a66ca1345b7c8fa11 [
file
] [
log
] [
blame
]
#include
"cpu.h"
#define
BIOS_SIZE
(
4
*
1024
*
1024
)
#ifdef
TARGET_WORDS_BIGENDIAN
#define
BIOS_FILENAME
"mips_bios.bin"
#else
#define
BIOS_FILENAME
"mipsel_bios.bin"
#endif