]> Git Repo - qemu.git/blame - hw/mips-bios.h
net: reorganize headers
[qemu.git] / hw / mips-bios.h
CommitLineData
bba831e8
PB
1#include "cpu.h"
2
3#define BIOS_SIZE (4 * 1024 * 1024)
4#ifdef TARGET_WORDS_BIGENDIAN
5#define BIOS_FILENAME "mips_bios.bin"
6#else
7#define BIOS_FILENAME "mipsel_bios.bin"
8#endif
This page took 0.46219 seconds and 4 git commands to generate.