/* * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include "esp_vfs.h" #include "esp_err.h" #ifdef __cplusplus extern "C" { #endif /** * Special case function for registering a VFS that uses a method other than * open() to open new file descriptors from the interval