1 /* 2 * SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #pragma once 8 9 #include <stdint.h> 10 #include "rtc_io_periph.h" 11 #include "rtc_cntl_periph.h" 12 #include "soc/soc_caps.h" 13 14 #ifdef __cplusplus 15 extern "C" 16 { 17 #endif 18 19 #ifdef __cplusplus 20 } 21 #endif 22