edid.h 228 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __linux_video_edid_h__
  3. #define __linux_video_edid_h__
  4. #include <uapi/video/edid.h>
  5. #ifdef CONFIG_X86
  6. extern struct edid_info edid_info;
  7. #endif
  8. #endif /* __linux_video_edid_h__ */