hw/vfio/ccw: avoid taking address members in packed structs
[qemu/ar7.git] / include / hw / mips / bios.h
blobd67ef33e8383bafcbe95443096683cd6619f30be
1 #include "qemu/units.h"
2 #include "cpu.h"
4 #define BIOS_SIZE (4 * MiB)
5 #ifdef TARGET_WORDS_BIGENDIAN
6 #define BIOS_FILENAME "mips_bios.bin"
7 #else
8 #define BIOS_FILENAME "mipsel_bios.bin"
9 #endif