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

@ -26,7 +26,7 @@
here. */
#include "qemu-common.h"
#include "scsi-disk.h"
#include "scsi.h"
static void lba_to_msf(uint8_t *buf, int lba)
{