feat(storage/vfs): make part of nullfs API private

This commit is contained in:
Tomáš Rohlínek
2024-11-01 13:16:57 +01:00
parent 10e74d3abb
commit 3d079312b1
3 changed files with 25 additions and 7 deletions

View File

@@ -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
*