X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=hw%2Fmips_r4k.c;h=42effb365c6461e5032d82889fa782a09d10b537;hb=87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf;hp=acdb384cd0fefa46e3f1cc60073aee15d2ccbc5f;hpb=257514ddce752fe0b4aeb4b7957bc5661eadbef8;p=qemu diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index acdb384..42effb3 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c @@ -7,7 +7,13 @@ * All peripherial devices are attached to this "bus" with * the standard PC ISA addresses. */ -#include "vl.h" +#include "hw.h" +#include "mips.h" +#include "pc.h" +#include "isa.h" +#include "net.h" +#include "sysemu.h" +#include "boards.h" #ifdef TARGET_WORDS_BIGENDIAN #define BIOS_FILENAME "mips_bios.bin"