1 /*
2  * SPDX-FileCopyrightText: 2015-2021 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 "esp_flash.h"
11 #include "spi_flash_chip_driver.h"
12 
13 extern const spi_flash_chip_t esp_flash_chip_th;
14