usb-msc: go through TEST UNIT READY for hard disks.
[seabios.git] / src / blockcmd.h
index 6923e4c9f2620a765e0e039489049f607f9340d6..106a5294a576801f519ac455a0af1a1321c45357 100644 (file)
@@ -80,4 +80,6 @@ int cdb_inquiry(struct disk_op_s *op, struct cdbres_inquiry *data);
 int cdb_read(struct disk_op_s *op);
 int cdb_write(struct disk_op_s *op);
 
+int scsi_is_ready(struct disk_op_s *op);
+
 #endif // blockcmd.h