/* * This header was generated from the Linux kernel headers by update_headers.py, * to provide necessary information from kernel to userspace, such as constants, * structures, and macros, and thus, contains no copyrightable information. */ #ifndef _UAPI__linux_video_edid_h__ #define _UAPI__linux_video_edid_h__ struct edid_info { unsigned char dummy[128]; }; #endif