diff options
| author | 2013-09-01 13:48:58 +0100 | |
|---|---|---|
| committer | 2013-09-01 13:48:58 +0100 | |
| commit | 9020b75467ff81b2ae257bbf19acff462854d4ab (patch) | |
| tree | 42345d07017a00013edd4ee36d718776ee5ceb22 /include/linux/spi/spi.h | |
| parent | Merge remote-tracking branch 'spi/topic/mpc512x' into spi-next (diff) | |
| parent | driver: spi: Modify core to compute the message length (diff) | |
| download | linux-dev-9020b75467ff81b2ae257bbf19acff462854d4ab.tar.xz linux-dev-9020b75467ff81b2ae257bbf19acff462854d4ab.zip | |
Merge remote-tracking branch 'spi/topic/msglen' into spi-next
Diffstat (limited to 'include/linux/spi/spi.h')
| -rw-r--r-- | include/linux/spi/spi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 47854f3813d8..e1b3e69aeddc 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -584,6 +584,7 @@ struct spi_message { /* completion is reported through a callback */ void (*complete)(void *context); void *context; + unsigned frame_length; unsigned actual_length; int status; |
