home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / video / edid.h next >
Encoding:
C/C++ Source or Header  |  2008-11-13  |  207 b   |  14 lines

  1. #ifndef __linux_video_edid_h__
  2. #define __linux_video_edid_h__
  3.  
  4. #if !defined(__KERNEL__) || defined(CONFIG_X86)
  5.  
  6. struct edid_info {
  7.     unsigned char dummy[128];
  8. };
  9.  
  10.  
  11. #endif
  12.  
  13. #endif /* __linux_video_edid_h__ */
  14.