[BACK]Return to edid.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / video

File: [Development] / linux-2.6-xfs / include / video / edid.h (download)

Revision 1.2, Tue Jun 21 15:50:10 2005 UTC (12 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +0 -9 lines

Merge up to 2.6.12
Merge of 2.6.x-xfs-melb:linux:22920a by kenmcd.

#ifndef __linux_video_edid_h__
#define __linux_video_edid_h__

#ifdef __KERNEL__

#include <linux/config.h>

#ifdef CONFIG_X86
struct edid_info {
	unsigned char dummy[128];
};

extern struct edid_info edid_info;
#endif /* CONFIG_X86 */

#endif /* __KERNEL__ */

#endif /* __linux_video_edid_h__ */