Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
3edbf98b863391bdd7ad2bf47b7db1689afac886
/
.
/
drivers
/
video
/
omap
/
lcdc.h
blob: adb731e5314a22e5702e98f389e81c33614c78dd [
file
] [
log
] [
blame
]
#ifndef
LCDC_H
#define
LCDC_H
int
omap_lcdc_set_dma_callback
(
void
(*
callback
)(
void
*
data
),
void
*
data
);
void
omap_lcdc_free_dma_callback
(
void
);
#endif