usb-msc: move common scsi code to blockcmd.c
[seabios.git] / src / blockcmd.h
index 106a5294a576801f519ac455a0af1a1321c45357..13ae991a793841d921f2c1938a960722e8f583e5 100644 (file)
@@ -81,5 +81,6 @@ 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);
+int scsi_init_drive(struct drive_s *drive, const char *s, int *pdt, char **desc);
 
 #endif // blockcmd.h