Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
bcd6acd51f3d4d1ada201e9bc5c40a31d6d80c71
/
.
/
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