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

extern int verbose;

int get_edid(char *edid, int port, int skip_vbe_check);