mpc52xx_spi.h 240 B

12345678910
  1. #ifndef INCLUDE_MPC5200_SPI_H
  2. #define INCLUDE_MPC5200_SPI_H
  3. extern void mpc52xx_spi_set_premessage_hook(struct spi_master *master,
  4. void (*hook)(struct spi_message *m,
  5. void *context),
  6. void *hook_context);
  7. #endif