accelerants/common: Add displayport aux message struct
This commit is contained in:
parent
35c984142e
commit
63b02c37d4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user