diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-20 15:22:19 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:43:33 -0500 |
| commit | ec82026c97975e1e327aab76653ff7edeeb27967 (patch) | |
| tree | 7909faa1a5e5bd503dc44e25ca30f835a5d8e721 /hw/mips_r4k.c | |
| parent | 356721aede69c80141c4a94ec26a78f91d63c9a5 (diff) | |
| download | focaccia-qemu-ec82026c97975e1e327aab76653ff7edeeb27967.tar.gz focaccia-qemu-ec82026c97975e1e327aab76653ff7edeeb27967.zip | |
ide: split away ide-isa.c
create ide-isa.c and place isa bus support there. only build ide-isa support for platforms using it. also create ide.h header file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/mips_r4k.c')
| -rw-r--r-- | hw/mips_r4k.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index d902591197..24c188430f 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c @@ -17,6 +17,7 @@ #include "flash.h" #include "qemu-log.h" #include "mips-bios.h" +#include "ide.h" #define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff) |