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