lin
2025-04-14 e0c033f30287744d392a8d700693b1c0b78afc7c
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 __GG1P4062UTSW_PANEL_H__
#define __GG1P4062UTSW_PANEL_H__
 
#include "panels.h"
 
extern struct __lcd_panel gg1p4062utsw_panel;
 
#endif