X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fblockcmd.h;h=106a5294a576801f519ac455a0af1a1321c45357;hb=8c976e3ea27113008e66f8336dbd1bd74bd84037;hp=6923e4c9f2620a765e0e039489049f607f9340d6;hpb=27300456df971cb07dfc2fe98317f8559966f748;p=seabios.git diff --git a/src/blockcmd.h b/src/blockcmd.h index 6923e4c..106a529 100644 --- a/src/blockcmd.h +++ b/src/blockcmd.h @@ -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