blob: d1004cf09241c4ad355de132edad42971ab207a9 (
plain)
1
2
3
4
5
6
7
8
9
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
|