https://github.com/torvalds/linux
Raw File
Tip revision: 5a7ad1146caa895ad718a534399e38bd2ba721b7 authored by Linus Torvalds on 23 April 2017, 23:53:00 UTC
Linux 4.11-rc8
Tip revision: 5a7ad11
edid.h
#ifndef _UAPI__linux_video_edid_h__
#define _UAPI__linux_video_edid_h__

struct edid_info {
	unsigned char dummy[128];
};


#endif /* _UAPI__linux_video_edid_h__ */
back to top