always specify virtio-blk rather than virtio
[seabios.git] / src / virtio-blk.h
index 7243704be7953711499864ff9d991e4805584491..0825f0970aef6094d849941673b40327f401dafb 100644 (file)
@@ -37,7 +37,7 @@ struct virtio_blk_outhdr {
 #define VIRTIO_BLK_S_UNSUPP    2
 
 struct disk_op_s;
-int process_virtio_op(struct disk_op_s *op);
+int process_virtio_blk_op(struct disk_op_s *op);
 void virtio_blk_setup(void);
 
 #endif /* _VIRTIO_BLK_H */