Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
4c611060660f0de3e9b8f02df207312bc6f5c331
/
.
/
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