diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-09 17:10:22 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-09 17:10:22 +1100 |
commit | 8c82da5e2495589b7b70a43789e7cbd61a486ed0 (patch) | |
tree | fdde7380d2584d0297898373831f26cd5208cabd /include | |
parent | 51badebdcf394cc5fd574a524b55b3f6085e5e9c (diff) | |
parent | 6d5355998a757a16815d58da4a739b15a6efbfba (diff) | |
download | linux-3.10-8c82da5e2495589b7b70a43789e7cbd61a486ed0.tar.gz linux-3.10-8c82da5e2495589b7b70a43789e7cbd61a486ed0.tar.bz2 linux-3.10-8c82da5e2495589b7b70a43789e7cbd61a486ed0.zip |
Merge commit 'gcl/next' into next
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/spi/mpc52xx_spi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/spi/mpc52xx_spi.h b/include/linux/spi/mpc52xx_spi.h new file mode 100644 index 00000000000..d1004cf0924 --- /dev/null +++ b/include/linux/spi/mpc52xx_spi.h @@ -0,0 +1,10 @@ + +#ifndef INCLUDE_MPC5200_SPI_H +#define INCLUDE_MPC5200_SPI_H + +extern void mpc52xx_spi_set_premessage_hook(struct spi_master *master, + void (*hook)(struct spi_message *m, + void *context), + void *hook_context); + +#endif |