/* u-boot-2014.07/drivers/video/sunxi/disp2/disp/lcd/lq101r1sx03.h
|
*
|
* Copyright (c) 2017 Allwinnertech Co., Ltd.
|
*
|
* lq101r1sx03 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 __LQ101R1SX03_PANEL_H__
|
#define __LQ101R1SX03_PANEL_H__
|
|
#include "panels.h"
|
|
extern struct __lcd_panel lq101r1sx03_panel;
|
#endif
|