mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(storage/vfs): make part of nullfs API private
This commit is contained in:
@@ -12,13 +12,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Get VFS structure for /dev/null
|
||||
*
|
||||
* @return VFS structure for /dev/null
|
||||
*/
|
||||
const esp_vfs_t *esp_vfs_null_get_vfs(void);
|
||||
|
||||
/**
|
||||
* @brief Register filesystem for /dev/null
|
||||
*
|
||||
|
Reference in New Issue
Block a user