swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 02b3e4e2d71b6058ec11cc01c72ac651eb3ded2b authored by Linus Torvalds on 28 August 2005, 23:41:01 UTC
Linux v2.6.13
Tip revision: 02b3e4e
edid.h
#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__ */
back to top