We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5059a commit 38193ebCopy full SHA for 38193eb
src/include/kernel/ext_manifest.h
@@ -47,6 +47,7 @@ enum ext_man_elem_type {
47
48
/* EXT_MAN_ELEM_CONFIG_DATA elements identificators */
49
enum config_elem_type {
50
+ EXT_MAN_CONFIG_EMPTY = 0,
51
EXT_MAN_CONFIG_IPC_MSG_SIZE = 1,
52
EXT_MAN_CONFIG_MEMORY_USAGE_SCAN = 2, /**< ABI3.18 */
53
EXT_MAN_CONFIG_LAST_ELEM, /**< keep it at the end of enum list */
src/platform/intel/cavs/include/cavs/ext_manifest.h
@@ -12,6 +12,7 @@
12
13
/* EXT_MAN_ELEM_PLATFORM_CONFIG_DATA elements identificators */
14
enum cavs_config_elem_type {
15
+ EXT_MAN_CAVS_CONFIG_EMPTY = 0,
16
EXT_MAN_CAVS_CONFIG_LPRO = 1,
17
EXT_MAN_CAVS_CONFIG_OUTBOX_SIZE,
18
EXT_MAN_CAVS_CONFIG_INBOX_SIZE,
0 commit comments