X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fscsi%2Fscsi_transport_spi.h;fp=include%2Fscsi%2Fscsi_transport_spi.h;h=fb5a2ffae9394c15b9eaebccb91b9896bf67b54a;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=302680c0c0deacd187fe1c1724ec0078502a8dc7;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/scsi/scsi_transport_spi.h b/include/scsi/scsi_transport_spi.h index 302680c0c..fb5a2ffae 100644 --- a/include/scsi/scsi_transport_spi.h +++ b/include/scsi/scsi_transport_spi.h @@ -20,6 +20,7 @@ #ifndef SCSI_TRANSPORT_SPI_H #define SCSI_TRANSPORT_SPI_H +#include #include #include @@ -147,9 +148,5 @@ void spi_schedule_dv_device(struct scsi_device *); void spi_dv_device(struct scsi_device *); void spi_display_xfer_agreement(struct scsi_target *); int spi_print_msg(const unsigned char *); -int spi_populate_width_msg(unsigned char *msg, int width); -int spi_populate_sync_msg(unsigned char *msg, int period, int offset); -int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, int width, - int options); #endif /* SCSI_TRANSPORT_SPI_H */