1 /*
2  * drivers/video/fbdev/sunxi/disp2/disp/lcd/s2003t46/s2003t46g.h
3  *
4  * Copyright (c) 2007-2018 Allwinnertech Co., Ltd.
5  * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
6  *
7  * This software is licensed under the terms of the GNU General Public
8  * License version 2, as published by the Free Software Foundation, and
9  * may be copied, distributed, and modified under those terms.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  */
17 #ifndef __ST7789V_CPU_H__
18 #define __ST7789V_CPU_H__
19 
20 #include "panels.h"
21 struct __lcd_panel st7789v_cpu_panel;
22 
23 #endif /*End of file*/
24