mirror of https://github.com/thesofproject/sof.git
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:
parent
7db25d8924
commit
7e91484c26
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue