]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/scsi/scsi_transport_spi.h
[IPSEC]: Kill unused decap state structure
[linux-2.6-omap-h63xx.git] / include / scsi / scsi_transport_spi.h
index fb5a2ffae9394c15b9eaebccb91b9896bf67b54a..5e1d61913d4ef38f1f800607eb0a000fa71e959a 100644 (file)
@@ -148,5 +148,9 @@ 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 */