lib_manager: Use correct manifest header from rimage

By mistake, the lib_manager module used a private manifest header from the
rimage project. It included other private headers. Switched to the public
header.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
This commit is contained in:
Adrian Warecki 2023-04-06 14:01:55 +02:00 committed by Kai Vehmanen
parent 3cf3c9bb84
commit b17d546283
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
#define __SOF_LIB_MANAGER_H__
#include <stdint.h>
#include <rimage/manifest.h>
#include <rimage/sof/user/manifest.h>
#define LIB_MANAGER_MAX_LIBS 16
#define LIB_MANAGER_LIB_ID_SHIFT 12