xref: /linux/include/video/edid.h (revision 41de8d4cff21a2e81e3d9ff66f5f7c903f9c3ab1)
1 #ifndef __linux_video_edid_h__
2 #define __linux_video_edid_h__
3 
4 struct edid_info {
5 	unsigned char dummy[128];
6 };
7 
8 #ifdef __KERNEL__
9 #ifdef CONFIG_X86
10 extern struct edid_info edid_info;
11 #endif
12 #endif
13 
14 #endif /* __linux_video_edid_h__ */
15