monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.c
[qemu/ar7.git] / include / hw / mips / bios.h
blobc03007999a0375c819b9115eef615d6003bb224f
1 #ifndef HW_MIPS_BIOS_H
2 #define HW_MIPS_BIOS_H
4 #include "qemu/units.h"
5 #include "cpu.h"
7 #define BIOS_SIZE (4 * MiB)
8 #ifdef TARGET_WORDS_BIGENDIAN
9 #define BIOS_FILENAME "mips_bios.bin"
10 #else
11 #define BIOS_FILENAME "mipsel_bios.bin"
12 #endif
14 #endif