summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-11-26 11:55:29 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-26 11:55:29 +1100
commit95093c42849ce2bfe95a3663aa290e2a1a27a3b2 (patch)
tree01aae449d37f1251f8f017419670cf75a4be0256 /include
parent3ba51bccbb54b63db2876f6d517b8854c42dfb6d (diff)
parent02d9e58e464b8aeed9a9cba951c3ae3c6bd06e30 (diff)
Merge remote branch '52xx-and-virtex/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 000000000000..d1004cf09241
--- /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