Commit 1aacf3489b67a907fa1b316a81e8991782f57199

Authored by pbrook
1 parent 51c1ebb1

Add missing #define.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2092 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
hw/scsi-disk.c
... ... @@ -24,6 +24,7 @@ do { fprintf(stderr, "scsi-disk: " fmt , ##args); } while (0)
24 24 #include "vl.h"
25 25  
26 26 #define SENSE_NO_SENSE 0
  27 +#define SENSE_NOT_READY 2
27 28 #define SENSE_ILLEGAL_REQUEST 5
28 29  
29 30 struct SCSIDevice
... ...