xref: /linux/include/uapi/video/edid.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2b889fcf6SDavid Howells #ifndef _UAPI__linux_video_edid_h__
3b889fcf6SDavid Howells #define _UAPI__linux_video_edid_h__
4b889fcf6SDavid Howells 
5b889fcf6SDavid Howells struct edid_info {
6b889fcf6SDavid Howells 	unsigned char dummy[128];
7b889fcf6SDavid Howells };
8b889fcf6SDavid Howells 
9b889fcf6SDavid Howells 
10b889fcf6SDavid Howells #endif /* _UAPI__linux_video_edid_h__ */
11