Sign in
coral
/
linux-mtk
/
96cee3044dca2e6510ca7cc276d1eac34a1cfd51
/
.
/
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