swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 88026842b0a760145aa71d69e74fbc9ec118ca44 authored by Linus Torvalds on 03 January 2006, 03:21:10 UTC
Linux v2.6.15
Tip revision: 8802684
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