/* * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 *//* ... */#pragmaonce#include"esp_vfs.h"#include"esp_err.h"#ifdef__cplusplusextern"C"{#endif/** * @brief Register filesystem for /dev/null * * @return ESP_OK on success; any other value indicates an error *//* ... */esp_err_tesp_vfs_null_register(void);#ifdef__cplusplus}{...}#endif
Details
Show: from
Types: Columns:
All items filtered out
All items filtered out
This file uses the notable symbols shown below. Click anywhere in the file to view more details.