Files
NE_YuR/openflow/usr/include/video/edid.h
2025-11-06 00:01:42 +08:00

10 lines
150 B
C

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