mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
jz4740_fb: Add include guards
This commit is contained in:
committed by
Xiangfu Liu
parent
65051a9ad5
commit
9480e0470b
@@ -12,6 +12,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __LINUX_JZ4740_FB_H
|
||||
#define __LINUX_JZ4740_FB_H
|
||||
|
||||
#include <linux/fb.h>
|
||||
|
||||
enum jz4740_fb_lcd_type {
|
||||
@@ -45,3 +48,5 @@ struct jz4740_fb_platform_data {
|
||||
int bpp;
|
||||
enum jz4740_fb_lcd_type lcd_type;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user