mirror of https://github.com/thesofproject/sof.git
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:
parent
f508492d47
commit
18c574c7f3
|
@ -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__ */
|
Loading…
Reference in New Issue