]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commitdiff
Add missing #define.
authorpbrook <pbrook>
Sun, 6 Aug 2006 13:27:39 +0000 (13:27 +0000)
committerpbrook <pbrook>
Sun, 6 Aug 2006 13:27:39 +0000 (13:27 +0000)
hw/scsi-disk.c

index f545c89c22716a53db204995ce4e57e730ce33b7..3419c8e2d28c323d9999473b2b2a819497d52a10 100644 (file)
@@ -24,6 +24,7 @@ do { fprintf(stderr, "scsi-disk: " fmt , ##args); } while (0)
 #include "vl.h"
 
 #define SENSE_NO_SENSE        0
+#define SENSE_NOT_READY       2
 #define SENSE_ILLEGAL_REQUEST 5
 
 struct SCSIDevice