]> git.sur5r.net Git - u-boot/blobdiff - include/edid.h
malloc: use hidden visibility
[u-boot] / include / edid.h
index 88b4b7d85429df20b440b9e6c743d679df1b030d..8b022fa98af77c78f70c7fa60b60fed46859a520 100644 (file)
@@ -17,6 +17,7 @@
 
 /* Size of the EDID data */
 #define EDID_SIZE      128
+#define EDID_EXT_SIZE  256
 
 #define GET_BIT(_x, _pos) \
        (((_x) >> (_pos)) & 1)