Initial commit
Initial commit.
This commit is contained in:
11
bootloader/mcuboot/boot/espressif/include/os/os_malloc.h
Normal file
11
bootloader/mcuboot/boot/espressif/include/os/os_malloc.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void os_heap_init(void);
|
||||
Reference in New Issue
Block a user