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

10 lines
150 B
C
Raw Normal View History

2023-06-18 22:53:49 +00:00
#ifndef __linux_video_edid_h__
#define __linux_video_edid_h__
struct edid_info {
unsigned char dummy[128];
};
#endif /* __linux_video_edid_h__ */