2 * Copyright (c) 2003, Thomas Kurschel
3 * Distributed under the terms of the MIT License.
17 void ddc2_init_timing(i2c_bus
*bus
);
19 // read EDID and VDIF from monitor via ddc2
20 // (currently, *vdif and *vdif_len is always set to null)
21 status_t
ddc2_read_edid1(const i2c_bus
*bus
, edid1_info
*edid
,
22 void **vdif
, size_t *vdifLength
);