powerpc/5200: Add mpc5200-spi (non-PSC) device driver
[safe/jmp/linux-2.6] / 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