29 lines
922 B
C
Vendored
29 lines
922 B
C
Vendored
/*
|
|
* SPDX-FileCopyrightText: 2017-2022 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
|
|
// md5_digest_table f22d0cb45c77b0cca7f6223fcc6a9eaa
|
|
// This file was generated from the file esp_efuse_custom_table.csv. DO NOT CHANGE THIS FILE MANUALLY.
|
|
// If you want to change some fields, you need to change esp_efuse_custom_table.csv file
|
|
// then run `efuse_common_table` or `efuse_custom_table` command it will generate this file.
|
|
// To show efuse_table run the command 'show_efuse_table'.
|
|
|
|
|
|
extern const esp_efuse_desc_t *ESP_EFUSE_HARDWARE_REVISION[];
|
|
extern const esp_efuse_desc_t *ESP_EFUSE_SERIAL_NO[];
|
|
extern const esp_efuse_desc_t *ESP_EFUSE_DISABLE_RESTRICTIONS[];
|
|
extern const esp_efuse_desc_t *ESP_EFUSE_RESERVED1[];
|
|
extern const esp_efuse_desc_t *ESP_EFUSE_BUILD_DATE[];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|