Add lib_code module type.

External libraries can contain processing module code or common library code.
Library manager need to distinguish between both type of modules for proper loading.

Signed-off-by: Jaroslaw Stelter <jaroslaw.stelter@intel.com>
This commit is contained in:
jxstelter 2022-06-24 12:01:19 +02:00 committed by Liam Girdwood
parent 12bb327122
commit 5504179137
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ struct sof_man_module_type {
uint32_t auto_start:1;
uint32_t domain_ll:1;
uint32_t domain_dp:1;
uint32_t rsvd_:25;
uint32_t lib_code:1;
uint32_t rsvd_:24;
};
/* segment flags.type */