Skip to content

Commit

Permalink
rtos: add Zephyr implementation of sof/lib/memory.h
Browse files Browse the repository at this point in the history
Implement sof/lib/memory.h for Zephyr build and do not rely on
the xtos version for Zephyr builds.

Link: #9015
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Oct 8, 2024
1 parent af55b45 commit ace858c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions zephyr/include/sof/lib/memory.h
Original file line number Diff line number Diff line change
@@ -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__ */

0 comments on commit ace858c

Please sign in to comment.