mirror of https://github.com/thesofproject/sof.git
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:
parent
3cf3c9bb84
commit
b17d546283
|
@ -63,7 +63,7 @@
|
||||||
#define __SOF_LIB_MANAGER_H__
|
#define __SOF_LIB_MANAGER_H__
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <rimage/manifest.h>
|
#include <rimage/sof/user/manifest.h>
|
||||||
|
|
||||||
#define LIB_MANAGER_MAX_LIBS 16
|
#define LIB_MANAGER_MAX_LIBS 16
|
||||||
#define LIB_MANAGER_LIB_ID_SHIFT 12
|
#define LIB_MANAGER_LIB_ID_SHIFT 12
|
||||||
|
|
Loading…
Reference in New Issue