Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/include/kernel/ext_manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ enum ext_man_elem_type {

/* EXT_MAN_ELEM_CONFIG_DATA elements identificators */
enum config_elem_type {
EXT_MAN_CONFIG_EMPTY = 0,
EXT_MAN_CONFIG_IPC_MSG_SIZE = 1,
EXT_MAN_CONFIG_MEMORY_USAGE_SCAN = 2, /**< ABI3.18 */
EXT_MAN_CONFIG_LAST_ELEM, /**< keep it at the end of enum list */
Expand Down
1 change: 1 addition & 0 deletions src/platform/intel/cavs/include/cavs/ext_manifest.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/* EXT_MAN_ELEM_PLATFORM_CONFIG_DATA elements identificators */
enum cavs_config_elem_type {
EXT_MAN_CAVS_CONFIG_EMPTY = 0,
EXT_MAN_CAVS_CONFIG_LPRO = 1,
EXT_MAN_CAVS_CONFIG_OUTBOX_SIZE,
EXT_MAN_CAVS_CONFIG_INBOX_SIZE,
Expand Down