2005-04-17 06:20:36 +08:00
|
|
|
#ifndef __linux_video_edid_h__
|
|
|
|
#define __linux_video_edid_h__
|
|
|
|
|
2012-12-21 01:14:26 +08:00
|
|
|
#include <uapi/video/edid.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2011-12-13 17:26:45 +08:00
|
|
|
#ifdef CONFIG_X86
|
2005-04-17 06:20:36 +08:00
|
|
|
extern struct edid_info edid_info;
|
2011-12-13 17:26:45 +08:00
|
|
|
#endif
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* __linux_video_edid_h__ */
|