From 63b02c37d41e8c243f2b326b05833c695059da50 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 8 Jul 2015 00:03:38 -0500 Subject: [PATCH] accelerants/common: Add displayport aux message struct --- headers/private/graphics/common/dp.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/headers/private/graphics/common/dp.h b/headers/private/graphics/common/dp.h index b3c7e0756b..e4165aff36 100644 --- a/headers/private/graphics/common/dp.h +++ b/headers/private/graphics/common/dp.h @@ -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);