cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / video / edid.h
diff --git a/i686-linux-gnu-4.7/usr/include/video/edid.h b/i686-linux-gnu-4.7/usr/include/video/edid.h
new file mode 100644 (file)
index 0000000..7911e13
--- /dev/null
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef __linux_video_edid_h__
+#define __linux_video_edid_h__
+
+struct edid_info {
+       unsigned char dummy[128];
+};
+
+
+#endif /* __linux_video_edid_h__ */