diff options
Diffstat (limited to 'hw/scsi.h')
-rw-r--r-- | hw/scsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ struct SCSIDevice SCSIDeviceInfo *info; QTAILQ_HEAD(, SCSIRequest) requests; int blocksize; + int type; }; /* cdrom.c */ |