mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 16:29:51 +07:00
8 lines
153 B
C
8 lines
153 B
C
|
#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
|