]> Git Repo - linux.git/blob - drivers/gpu/drm/tilcdc/tilcdc_panel.h
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
[linux.git] / drivers / gpu / drm / tilcdc / tilcdc_panel.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2012 Texas Instruments
4  * Author: Rob Clark <[email protected]>
5  */
6
7 #ifndef __TILCDC_PANEL_H__
8 #define __TILCDC_PANEL_H__
9
10 /* sub-module for generic lcd panel output */
11
12 int tilcdc_panel_init(void);
13 void tilcdc_panel_fini(void);
14
15 #endif /* __TILCDC_PANEL_H__ */
This page took 0.033231 seconds and 4 git commands to generate.