From 7e91484c26d32e78234de13ca70f2e720e8e8388 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Thu, 12 Apr 2018 21:12:33 +0100 Subject: [PATCH] uapi: ipc: Add executable memory flag Add flag to mark memory as executable. Signed-off-by: Liam Girdwood --- src/include/uapi/ipc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/uapi/ipc.h b/src/include/uapi/ipc.h index fbf1c0728..396a3c49f 100644 --- a/src/include/uapi/ipc.h +++ b/src/include/uapi/ipc.h @@ -151,6 +151,7 @@ #define SOF_MEM_CAPS_HP (1 << 4) /* high performance */ #define SOF_MEM_CAPS_DMA (1 << 5) /* DMA'able */ #define SOF_MEM_CAPS_CACHE (1 << 6) /* cacheable */ +#define SOF_MEM_CAPS_EXEC (1 << 7) /* executable */ /* * Command Header - Header for all IPC. Identifies IPC message.