Sign in
gem5
/
arm
/
linux-arm64-legacy
/
104364810ff5b0844a2183fbca989f70e86d486b
/
.
/
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