diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-11-26 15:33:47 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:36 -0600 |
commit | 1e37607b5e32dc5f4ee422ae45da4de659db0691 (patch) | |
tree | 4353fd29e540d35836b2364d0dcc269454e5c42e /hw/scsi.h | |
parent | f5c5e38179aff8cc9bb8bd4c9fe42966f0e9f9fd (diff) | |
download | qemu-1e37607b5e32dc5f4ee422ae45da4de659db0691.zip |
scsi: add/fix header protection.
Also delete the leftover and unused scsi-disk.h file.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/scsi.h')
-rw-r--r-- | hw/scsi.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -#ifndef SCSI_DISK_H -#define SCSI_DISK_H +#ifndef QEMU_HW_SCSI_H +#define QEMU_HW_SCSI_H #include "qdev.h" |