2022-03-31 15:07:51 +08:00
|
|
|
/*
|
|
|
|
|
* SPDX-FileCopyrightText: 2010-2022 Espressif Systems (Shanghai) CO LTD
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2021-06-18 14:51:11 +08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Compatibility header file.
|
|
|
|
|
*/
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "heap_memory_layout.h"
|
2022-03-31 15:07:51 +08:00
|
|
|
#include "esp_memory_utils.h"
|