1 /*
2  * SPDX-FileCopyrightText: 2017-2024 Espressif Systems (Shanghai) CO LTD
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include "esp_efuse.h"
12 
13 // md5_digest_table e0c7039a210d1fb05ea0ef6585afb060
14 // This file was generated from the file esp_efuse_table_v0.0_v1.1.csv. DO NOT CHANGE THIS FILE MANUALLY.
15 // If you want to change some fields, you need to change esp_efuse_table_v0.0_v1.1.csv file
16 // then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.
17 // To show efuse_table run the command 'show_efuse_table'.
18 
19 
20 extern const esp_efuse_desc_t* ESP_EFUSE_WR_DIS_ECDSA_FORCE_USE_HARDWARE_K[];
21 extern const esp_efuse_desc_t* ESP_EFUSE_ECDSA_FORCE_USE_HARDWARE_K[];
22 
23 #ifdef __cplusplus
24 }
25 #endif
26