mlx4_en: Removing HW info from ethtool -i report.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / video / edid.h
blob928c342b33d65040be5d2bfd958447d21074e92f
1 #ifndef __linux_video_edid_h__
2 #define __linux_video_edid_h__
4 #if !defined(__KERNEL__) || defined(CONFIG_X86)
6 struct edid_info {
7 unsigned char dummy[128];
8 };
10 #ifdef __KERNEL__
11 extern struct edid_info edid_info;
12 #endif /* __KERNEL__ */
14 #endif
16 #endif /* __linux_video_edid_h__ */