<def f='src/src/sys/dev/wscons/wsconsio.h' l='595' ll='599'/>
<size>16</size>
<doc f='src/src/sys/dev/wscons/wsconsio.h' l='586'>/*
 * retrieving EDID data from a wsdisplay driver
 * The EDID block will be written into a buffer pointed at by edid_data,
 * the caller must fill in buffer_size and edid_data, the driver will set
 * data_size to the number of bytes actually written.
 * If the buffer is too small the call will fail with EAGAIN and the driver
 * will set data_size without writing anything into the buffer.
 */</doc>
<mbr r='wsdisplayio_edid_info::buffer_size' o='0' t='__uint32_t'/>
<mbr r='wsdisplayio_edid_info::data_size' o='32' t='__uint32_t'/>
<mbr r='wsdisplayio_edid_info::edid_data' o='64' t='void *'/>
