aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
blob: b61dc988b6017804af0c579ec039eec5e936df1f (plain)
1
2
3
4
5
6
#define EDID_BLOCK_SIZE		128
#define MAX_EXTENSION_COUNT	4

int verbose;

int get_edid(char *edid, int port);