1. NAME

spi_display_xfer_agreement - Print the current target transfer agreement

2. SYNOPSIS

void spi_display_xfer_agreement(struct scsi_target *  starget );

3. ARGUMENTS

starget
    The target for which to display the agreement

4. DESCRIPTION

Each SPI port is required to maintain a transfer agreement for each other port on the bus. This function prints a one-line summary of the current agreement; more detailed information is available in sysfs.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT