ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Allwinner SoCs display driver.
 *
 * Copyright (C) 2016 Allwinner.
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */
 
#ifndef __K101_IM2BYL02_L_800X1280_H__
#define __K101_IM2BYL02_L_800X1280_H__
 
#include "panels.h"
 
extern struct __lcd_panel K101_IM2BYL02_L_800X1280_mipi_panel;
 
#endif