uapi: ipc: Add executable memory flag

Add flag to mark memory as executable.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-04-12 21:12:33 +01:00
parent 7db25d8924
commit 7e91484c26
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@
#define SOF_MEM_CAPS_HP (1 << 4) /* high performance */ #define SOF_MEM_CAPS_HP (1 << 4) /* high performance */
#define SOF_MEM_CAPS_DMA (1 << 5) /* DMA'able */ #define SOF_MEM_CAPS_DMA (1 << 5) /* DMA'able */
#define SOF_MEM_CAPS_CACHE (1 << 6) /* cacheable */ #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. * Command Header - Header for all IPC. Identifies IPC message.