License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / video / fbdev / omap / lcdc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
569755c7
ID
2#ifndef LCDC_H
3#define LCDC_H
4
5int omap_lcdc_set_dma_callback(void (*callback)(void *data), void *data);
6void omap_lcdc_free_dma_callback(void);
7
7c8ad982
RK
8extern const struct lcd_ctrl omap1_int_ctrl;
9
569755c7 10#endif