mirror of
https://github.com/espressif/esp-idf
synced 2025-03-22 15:39:13 -04:00
12 lines
208 B
C
12 lines
208 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* Private interface file */
|
|
|
|
void esp_crypto_dpa_protection_startup(void);
|