diff options
Diffstat (limited to 'get-edid.h')
-rw-r--r-- | get-edid.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#define EDID_BLOCK_SIZE 128 +#define MAX_EXTENSION_COUNT 4 + int verbose; int get_edid(char *edid, int port); |
index : monitor-edid | ||
EDID Retrieval and Parsing Tools | Thomas Backlund [tmb] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | get-edid.h | 3 |
@@ -1,3 +1,6 @@ +#define EDID_BLOCK_SIZE 128 +#define MAX_EXTENSION_COUNT 4 + int verbose; int get_edid(char *edid, int port); |