1*cda5da8dSAndroid Build Coastguard Worker /* 2*cda5da8dSAndroid Build Coastguard Worker * This file is auto-generated. Modifications will be lost. 3*cda5da8dSAndroid Build Coastguard Worker * 4*cda5da8dSAndroid Build Coastguard Worker * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5*cda5da8dSAndroid Build Coastguard Worker * for more information. 6*cda5da8dSAndroid Build Coastguard Worker */ 7*cda5da8dSAndroid Build Coastguard Worker #ifndef _UAPI__linux_video_edid_h__ 8*cda5da8dSAndroid Build Coastguard Worker #define _UAPI__linux_video_edid_h__ 9*cda5da8dSAndroid Build Coastguard Worker struct edid_info { 10*cda5da8dSAndroid Build Coastguard Worker unsigned char dummy[128]; 11*cda5da8dSAndroid Build Coastguard Worker }; 12*cda5da8dSAndroid Build Coastguard Worker #endif 13