xref: /openbmc/linux/include/uapi/video/edid.h (revision b889fcf6)
1b889fcf6SDavid Howells #ifndef _UAPI__linux_video_edid_h__
2b889fcf6SDavid Howells #define _UAPI__linux_video_edid_h__
3b889fcf6SDavid Howells 
4b889fcf6SDavid Howells struct edid_info {
5b889fcf6SDavid Howells 	unsigned char dummy[128];
6b889fcf6SDavid Howells };
7b889fcf6SDavid Howells 
8b889fcf6SDavid Howells 
9b889fcf6SDavid Howells #endif /* _UAPI__linux_video_edid_h__ */
10