diff --git a/display/interfaces/include/display_type.h b/display/interfaces/include/display_type.h index 51a4c8c02647a5088b4b510bcb6b13ab1c5c08cf..a2883860b837918594db89b7d821e68821918ca3 100644 --- a/display/interfaces/include/display_type.h +++ b/display/interfaces/include/display_type.h @@ -312,6 +312,8 @@ typedef struct { */ typedef struct { uint64_t phyAddr; /**< Start physical address of an image */ + void *virAddr; /**< Start virtual address of an image */ + int32_t fd; /**< Image fd */ int32_t height; /**< Image height */ int32_t width; /**< Image width */ int32_t stride; /**< Image stride */