[PATCH] mm acct accounting fix
[linux-2.6/kvm.git] / include / video / edid.h
blobb913f196131de19549787faf91a413963ada2a2c
1 #ifndef __linux_video_edid_h__
2 #define __linux_video_edid_h__
4 #ifdef __KERNEL__
6 #include <linux/config.h>
8 #ifdef CONFIG_X86
9 struct edid_info {
10 unsigned char dummy[128];
13 extern struct edid_info edid_info;
14 #endif /* CONFIG_X86 */
16 #endif /* __KERNEL__ */
18 #endif /* __linux_video_edid_h__ */