summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'src/ti/framework')
-rw-r--r--src/ti/framework/dce/dce_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ti/framework/dce/dce_priv.h b/src/ti/framework/dce/dce_priv.h
index 1e46955..3be0ffd 100644
--- a/src/ti/framework/dce/dce_priv.h
+++ b/src/ti/framework/dce/dce_priv.h
@@ -77,6 +77,7 @@ typedef struct MemHeader {
77 uint32_t offset; /* offset for the actual data with in the buffer */ 77 uint32_t offset; /* offset for the actual data with in the buffer */
78 int32_t map_fd; /* mmapped fd */ 78 int32_t map_fd; /* mmapped fd */
79 void * handle; /*custom handle for the HLOS memallocator*/ 79 void * handle; /*custom handle for the HLOS memallocator*/
80 int32_t flags; /*Holds memory attributes*/
80} MemHeader; 81} MemHeader;
81 82
82#define P2H(p) (&(((MemHeader *)(p))[-1])) 83#define P2H(p) (&(((MemHeader *)(p))[-1]))