X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fisa_mmio.c;h=351961120619e51818b49820c9ccad18226f8a1a;hb=b6cd0ea1205dd4623ccfe796ee6c1a4da3141d99;hp=070f6f587a0be614e67cc05824178b8898b2d912;hpb=aef445bd7e46d2d47701a03c5478da34b3d53c4c;p=qemu diff --git a/hw/isa_mmio.c b/hw/isa_mmio.c index 070f6f5..3519611 100644 --- a/hw/isa_mmio.c +++ b/hw/isa_mmio.c @@ -2,7 +2,7 @@ * Memory mapped access to ISA IO space. * * Copyright (c) 2006 Fabrice Bellard - * + * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -22,7 +22,8 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "isa.h" static void isa_mmio_writeb (void *opaque, target_phys_addr_t addr, uint32_t val)