mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Add missing #define.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2092 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
51c1ebb1bc
commit
1aacf3489b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue