Sign in
qemu
/
qemu
/
ce6ffeaed0872fb7a5e0f0ce164f5493956fb0f3
/
.
/
include
/
hw
/
mips
/
bios.h
blob: 44acb6815becc383b06bb5ab4290072a13afd961 [
file
] [
log
] [
blame
]
#ifndef
HW_MIPS_BIOS_H
#define
HW_MIPS_BIOS_H
#include
"qemu/units.h"
#include
"cpu.h"
#define
BIOS_SIZE
(
4
*
MiB
)
#if TARGET_BIG_ENDIAN
#define
BIOS_FILENAME
"mips_bios.bin"
#else
#define
BIOS_FILENAME
"mipsel_bios.bin"
#endif
#endif