X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=hw%2Fspitz.c;h=c829921508ff6a5ff41915af40e134e58399b205;hb=87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf;hp=14be70c70805d06ebda40e5e49036561ff7ad93e;hpb=257514ddce752fe0b4aeb4b7957bc5661eadbef8;p=qemu diff --git a/hw/spitz.c b/hw/spitz.c index 14be70c..c829921 100644 --- a/hw/spitz.c +++ b/hw/spitz.c @@ -7,7 +7,19 @@ * This code is licensed under the GNU GPL v2. */ -#include "vl.h" +#include "hw.h" +#include "pxa.h" +#include "arm-misc.h" +#include "sysemu.h" +#include "pcmcia.h" +#include "i2c.h" +#include "flash.h" +#include "qemu-timer.h" +#include "devices.h" +#include "console.h" +#include "block.h" +#include "audio/audio.h" +#include "boards.h" #define spitz_printf(format, ...) \ fprintf(stderr, "%s: " format, __FUNCTION__, ##__VA_ARGS__)