Initial commit
Initial commit.
This commit is contained in:
10
bootloader/mcuboot/sim/mcuboot-sys/csupport/os/os_heap.h
Normal file
10
bootloader/mcuboot/sim/mcuboot-sys/csupport/os/os_heap.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef H_OS_HEAP_
|
||||
#define H_OS_HEAP_
|
||||
|
||||
#endif
|
||||
10
bootloader/mcuboot/sim/mcuboot-sys/csupport/os/os_malloc.h
Normal file
10
bootloader/mcuboot/sim/mcuboot-sys/csupport/os/os_malloc.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef H_OS_MALLOC_
|
||||
#define H_OS_MALLOC_
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user