projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[firefly-linux-kernel-4.4.55.git]
/
include
/
video
/
edid.h
1
#ifndef __linux_video_edid_h__
2
#define __linux_video_edid_h__
3
4
#include <uapi/video/edid.h>
5
6
#ifdef CONFIG_X86
7
extern struct edid_info edid_info;
8
#endif
9
#endif /* __linux_video_edid_h__ */