11 lines
147 B
C
11 lines
147 B
C
|
/*
|
||
|
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef H_OS_MALLOC_
|
||
|
#define H_OS_MALLOC_
|
||
|
|
||
|
#endif
|