rtos: add Zephyr implementation of sof/lib/memory.h

Implement sof/lib/memory.h for Zephyr build and do not rely on
the xtos version for Zephyr builds.

Link: https://github.com/thesofproject/sof/issues/9015
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-10-08 16:10:45 +03:00 committed by Kai Vehmanen
parent f508492d47
commit 18c574c7f3
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright(c) 2024 Intel Corporation.
*/
#ifndef __SOF_LIB_MEMORY_H__
#define __SOF_LIB_MEMORY_H__
#include <platform/lib/memory.h>
#endif /* __SOF_LIB_MEMORY_H__ */