diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-06 13:27:39 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-08-06 13:27:39 +0000 |
commit | 1aacf3489b67a907fa1b316a81e8991782f57199 (patch) | |
tree | 6a25ec54caa3371ff9ade0eeb467c3da6573e3a1 /hw | |
parent | 51c1ebb1bc2642296379a8db1ba9dfb4f78a2f80 (diff) |
Add missing #define.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2092 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/scsi-disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi-disk.c b/hw/scsi-disk.c index f545c89c22..3419c8e2d2 100644 --- a/hw/scsi-disk.c +++ b/hw/scsi-disk.c @@ -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 |