lineage_kernel_xcoverpro/lib/libdss-include/include/video/edid.h

10 lines
150 B
C
Executable File

#ifndef __linux_video_edid_h__
#define __linux_video_edid_h__
struct edid_info {
unsigned char dummy[128];
};
#endif /* __linux_video_edid_h__ */