Linux-2.6.12-rc2
[linux-2.6/kvm.git] / include / video / edid.h
blobabc1b489c0dbbb3e3df9630d2686ea93935579e0
1 #ifndef __linux_video_edid_h__
2 #define __linux_video_edid_h__
4 #ifdef __KERNEL__
6 #include <linux/config.h>
7 #ifdef CONFIG_PPC_OF
8 #include <linux/pci.h>
9 #endif
11 #ifdef CONFIG_X86
12 struct edid_info {
13 unsigned char dummy[128];
16 extern struct edid_info edid_info;
17 extern char *get_EDID_from_BIOS(void *);
19 #endif /* CONFIG_X86 */
21 #ifdef CONFIG_PPC_OF
22 extern char *get_EDID_from_OF(struct pci_dev *pdev);
23 #endif
25 #endif /* __KERNEL__ */
27 #endif /* __linux_video_edid_h__ */