diff options
Diffstat (limited to 'include/hw/usb/msd.h')
-rw-r--r-- | include/hw/usb/msd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/usb/msd.h b/include/hw/usb/msd.h index 54e9f38bda..f9fd862b52 100644 --- a/include/hw/usb/msd.h +++ b/include/hw/usb/msd.h @@ -40,6 +40,7 @@ struct MSDState { bool removable; bool commandlog; SCSIDevice *scsi_dev; + bool needs_reset; }; typedef struct MSDState MSDState; |