Blame view

include/video/edid.h 189 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
  #ifndef __linux_video_edid_h__
  #define __linux_video_edid_h__
b889fcf63   David Howells   UAPI: (Scripted) ...
3
  #include <uapi/video/edid.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4

e9356f4da   David Howells   UAPI: Fix nested ...
5
  #ifdef CONFIG_X86
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  extern struct edid_info edid_info;
e9356f4da   David Howells   UAPI: Fix nested ...
7
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
  #endif /* __linux_video_edid_h__ */