aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-09 17:10:22 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-09 17:10:22 +1100
commit8c82da5e2495589b7b70a43789e7cbd61a486ed0 (patch)
treefdde7380d2584d0297898373831f26cd5208cabd /include
parent51badebdcf394cc5fd574a524b55b3f6085e5e9c (diff)
parent6d5355998a757a16815d58da4a739b15a6efbfba (diff)
downloadkernel_samsung_smdk4412-8c82da5e2495589b7b70a43789e7cbd61a486ed0.zip
kernel_samsung_smdk4412-8c82da5e2495589b7b70a43789e7cbd61a486ed0.tar.gz
kernel_samsung_smdk4412-8c82da5e2495589b7b70a43789e7cbd61a486ed0.tar.bz2
Merge commit 'gcl/next' into next
Diffstat (limited to 'include')
-rw-r--r--include/linux/spi/mpc52xx_spi.h10
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 0000000..d1004cf
--- /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