Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6defd90433729c2d795865165cb34d938d8ff07c
/
.
/
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