Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
e491a11c77a4ed93ec14cc052b1f048bddc9e99a
/
.
/
include
/
linux
/
spi
/
mpc52xx_spi.h
blob: d1004cf09241c4ad355de132edad42971ab207a9 [
file
] [
log
] [
blame
]
#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