Revision 87ecb68b hw/mips_r4k.c

b/hw/mips_r4k.c
7 7
 * All peripherial devices are attached to this "bus" with
8 8
 * the standard PC ISA addresses.
9 9
*/
10
#include "vl.h"
10
#include "hw.h"
11
#include "mips.h"
12
#include "pc.h"
13
#include "isa.h"
14
#include "net.h"
15
#include "sysemu.h"
16
#include "boards.h"
11 17

  
12 18
#ifdef TARGET_WORDS_BIGENDIAN
13 19
#define BIOS_FILENAME "mips_bios.bin"

Also available in: Unified diff