blob: 6ca5c46e073de081902ab06d06eb615d6e57eb13 [file] [log] [blame]
Shubham Kulkarni052561d2021-07-20 11:42:44 +05301/*
2 * Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
9#include <stdlib.h>
Almir Okatoeb6b7bf2021-09-07 17:06:35 -030010
11void os_heap_init(void);