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