Merge commit 'origin/master' into next
[linux-2.6-block.git] / include / linux / spi / mpc52xx_spi.h
CommitLineData
42bbb709
GL
1
2#ifndef INCLUDE_MPC5200_SPI_H
3#define INCLUDE_MPC5200_SPI_H
4
5extern 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