From 7eecc68d898db2170894c4170e492fbd59af6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 31 Aug 2006 13:48:59 +0000 Subject: - Merge in newer code. Mostly factorisation for mapped reads - Ignore VBIOS CRC check failures to be in-line with older LRMI-based code - Use CPU emulator when CRC check fail to be on the safe side - Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu --- get-edid.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'get-edid.h') diff --git a/get-edid.h b/get-edid.h index d13aa3b..eb45d11 100644 --- a/get-edid.h +++ b/get-edid.h @@ -1,2 +1,4 @@ int verbose; -int get_edid(char *edid); + +struct hd_data_struct; +int get_edid(struct hd_data_struct *hd_data, char *edid); -- cgit v1.2.1