drm/radeon/kms: memset the allocated framebuffer before using it.
[linux-2.6/mini2440.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__ */