scsi: move scsi-disk.h -> scsi.h

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Gerd Hoffmann 2009-10-30 09:54:00 +01:00 committed by Anthony Liguori
parent 1cd3af5480
commit 43b443b668
10 changed files with 76 additions and 9 deletions

View file

@ -29,7 +29,7 @@ do { fprintf(stderr, "scsi-disk: " fmt , ## __VA_ARGS__); } while (0)
#include "qemu-common.h"
#include "block.h"
#include "scsi-disk.h"
#include "scsi.h"
#define SENSE_NO_SENSE 0
#define SENSE_NOT_READY 2