]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/video/edid.h
[PATCH] uml: remove verify_area_{tt,skas}
[mirror_ubuntu-artful-kernel.git] / include / video / edid.h
CommitLineData
1da177e4
LT
1#ifndef __linux_video_edid_h__
2#define __linux_video_edid_h__
3
4#ifdef __KERNEL__
5
6#include <linux/config.h>
1da177e4
LT
7
8#ifdef CONFIG_X86
9struct edid_info {
10 unsigned char dummy[128];
11};
12
13extern struct edid_info edid_info;
1da177e4
LT
14#endif /* CONFIG_X86 */
15
1da177e4
LT
16#endif /* __KERNEL__ */
17
18#endif /* __linux_video_edid_h__ */