• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * drivers/video/fbdev/sunxi/lcd_fb/lcd_fb_feature/lcd_fb_feature.h
3  *
4  * Copyright (c) 2007-2020 Allwinnertech Co., Ltd.
5  * Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
6  *
7  *
8  * This software is licensed under the terms of the GNU General Public
9  * License version 2, as published by the Free Software Foundation, and
10  * may be copied, distributed, and modified under those terms.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  */
18 #ifndef _LCD_FB_FEATURE_H
19 #define _LCD_FB_FEATURE_H
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 #if defined (CONFIG_ARCH_SUN50IW11) || defined(CONFIG_ARCH_SUN8IW20)
26 #define SUPPORT_DBI_IF
27 #endif
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif /*End of file*/
34