Skip to content

Commit 38193eb

Browse files
committed
ext_manifest: define EMPTY with explicit 0
Explicitly EMPTY is added as 0 for ext manifest config data. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent 8a5059a commit 38193eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/include/kernel/ext_manifest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ enum ext_man_elem_type {
4747

4848
/* EXT_MAN_ELEM_CONFIG_DATA elements identificators */
4949
enum config_elem_type {
50+
EXT_MAN_CONFIG_EMPTY = 0,
5051
EXT_MAN_CONFIG_IPC_MSG_SIZE = 1,
5152
EXT_MAN_CONFIG_MEMORY_USAGE_SCAN = 2, /**< ABI3.18 */
5253
EXT_MAN_CONFIG_LAST_ELEM, /**< keep it at the end of enum list */

src/platform/intel/cavs/include/cavs/ext_manifest.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/* EXT_MAN_ELEM_PLATFORM_CONFIG_DATA elements identificators */
1414
enum cavs_config_elem_type {
15+
EXT_MAN_CAVS_CONFIG_EMPTY = 0,
1516
EXT_MAN_CAVS_CONFIG_LPRO = 1,
1617
EXT_MAN_CAVS_CONFIG_OUTBOX_SIZE,
1718
EXT_MAN_CAVS_CONFIG_INBOX_SIZE,

0 commit comments

Comments
 (0)