1 /*
2  * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #define TRACEMEM_BLK0_ADDR                      0x3FFFC000UL
13 #define TRACEMEM_BLK1_ADDR                      0x3FFF8000UL
14 
15 #ifdef __cplusplus
16 }
17 #endif
18