aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
diff options
context:
space:
mode:
Diffstat (limited to 'get-edid.h')
-rw-r--r--get-edid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/get-edid.h b/get-edid.h
index 4b82204..b61dc98 100644
--- a/get-edid.h
+++ b/get-edid.h
@@ -1,3 +1,6 @@
+#define EDID_BLOCK_SIZE 128
+#define MAX_EXTENSION_COUNT 4
+
int verbose;
int get_edid(char *edid, int port);