Add missing #define.
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 6 Aug 2006 13:27:39 +0000 (13:27 +0000)
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 6 Aug 2006 13:27:39 +0000 (13:27 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2092 c046a42c-6fe2-441c-8c8c-71466251a162

hw/scsi-disk.c

index f545c89..3419c8e 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