summaryrefslogtreecommitdiff
path: root/include/linux/spi/mpc52xx_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/mpc52xx_spi.h')
-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 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