From ec82026c97975e1e327aab76653ff7edeeb27967 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 20 Aug 2009 15:22:19 +0200 Subject: 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 Signed-off-by: Anthony Liguori --- hw/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/pc.c') diff --git a/hw/pc.c b/hw/pc.c index 59f4fbc724..77ad8a1084 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -36,6 +36,7 @@ #include "hpet_emul.h" #include "watchdog.h" #include "smbios.h" +#include "ide.h" /* output Bochs bios info messages */ //#define DEBUG_BIOS -- cgit v1.2.3