]> Git Repo - qemu.git/blame - include/hw/mips/bios.h
spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
[qemu.git] / include / hw / mips / bios.h
CommitLineData
be01029e 1#include "qemu/units.h"
bba831e8
PB
2#include "cpu.h"
3
be01029e 4#define BIOS_SIZE (4 * MiB)
bba831e8
PB
5#ifdef TARGET_WORDS_BIGENDIAN
6#define BIOS_FILENAME "mips_bios.bin"
7#else
8#define BIOS_FILENAME "mipsel_bios.bin"
9#endif
This page took 0.692285 seconds and 4 git commands to generate.