1 /* drivers/video/sunxi/disp2/disp/lcd/tft08006.h
2  *
3  * Copyright (c) 2017 Allwinnertech Co., Ltd.
4  * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
5  *
6  * tft08006 panel driver
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12 
13 #ifndef _TFT08006_H
14 #define _TFT08006_H
15 
16 #include "panels.h"
17 
18 extern struct __lcd_panel tft08006_panel;
19 
20 extern s32 bsp_disp_get_panel_info(u32 screen_id, struct disp_panel_para *info);
21 
22 #endif /*End of file*/
23