summaryrefslogtreecommitdiffstats
path: root/hw/esp.c
diff options
context:
space:
mode:
authorGerd Hoffmann2009-10-30 09:53:59 +0100
committerAnthony Liguori2009-11-09 15:43:03 +0100
commit1cd3af54801e18ec02884eb7249b50e842dae1be (patch)
tree4478f9303a6c862463c9745b1ca42af084796cd8 /hw/esp.c
parentMakefile: make qemu-img dependant on config-host.h (diff)
downloadqemu-1cd3af54801e18ec02884eb7249b50e842dae1be.tar.gz
qemu-1cd3af54801e18ec02884eb7249b50e842dae1be.tar.xz
qemu-1cd3af54801e18ec02884eb7249b50e842dae1be.zip
scsi: move scsi.h -> esp.h
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/esp.c')
-rw-r--r--hw/esp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/esp.c b/hw/esp.c
index 41b8eb8e7b..d43d06c4fd 100644
--- a/hw/esp.c
+++ b/hw/esp.c
@@ -24,7 +24,7 @@
#include "sysbus.h"
#include "scsi-disk.h"
-#include "scsi.h"
+#include "esp.h"
/* debug ESP card */
//#define DEBUG_ESP