Sign in
qemu
/
qemu
/
bd74ecd1c39ca7699819ca5cf39c07f50c5f8d5d
/
.
/
include
/
hw
/
mips
/
bios.h
blob: c03007999a0375c819b9115eef615d6003bb224f [
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
)
#ifdef
TARGET_WORDS_BIGENDIAN
#define
BIOS_FILENAME
"mips_bios.bin"
#else
#define
BIOS_FILENAME
"mipsel_bios.bin"
#endif
#endif