SmartAudio/prebuilt/gcc/linux-x86/aarch64/toolchain-sunxi-glibc/toolchain/include/video/edid.h

10 lines
150 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef __linux_video_edid_h__
#define __linux_video_edid_h__
struct edid_info {
unsigned char dummy[128];
};
#endif /* __linux_video_edid_h__ */