blob: ed08315d53ed273f75513534b3dc99d2e3458e7b [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _UAPI__linux_video_edid_h__
8#define _UAPI__linux_video_edid_h__
9struct edid_info {
Tao Baod7db5942015-01-28 10:07:51 -080010 unsigned char dummy[128];
Ben Cheng655a7c02013-10-16 16:09:24 -070011};
12#endif