]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/linux/spi/mpc52xx_spi.h
xilinx_spi: add a platform driver using the xilinx_spi common module.
[net-next-2.6.git] / include / linux / spi / mpc52xx_spi.h
1
2 #ifndef INCLUDE_MPC5200_SPI_H
3 #define INCLUDE_MPC5200_SPI_H
4
5 extern void mpc52xx_spi_set_premessage_hook(struct spi_master *master,
6                                             void (*hook)(struct spi_message *m,
7                                                          void *context),
8                                             void *hook_context);
9
10 #endif