accelerants/common: Add displayport aux message struct

This commit is contained in:
Alexander von Gluck IV 2015-07-08 00:03:38 -05:00
parent 35c984142e
commit 63b02c37d4

View File

@ -36,6 +36,13 @@ typedef struct {
} dp_info;
typedef struct {
uint16 address;
uint8 request;
uint8 reply;
void* buffer;
size_t size;
} dp_aux_msg;
uint32 dp_encode_link_rate(uint32 linkRate);
uint32 dp_decode_link_rate(uint32 rawLinkRate);