mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-30 17:01:19 +01:00
sys/vfs: Deprecate public use of vfs_iterate_mounts
This commit is contained in:
parent
b9b0ca8972
commit
d60f7aee72
@ -998,6 +998,9 @@ int vfs_normalize_path(char *buf, const char *path, size_t buflen);
|
||||
*
|
||||
* Set @p cur to @c NULL to start from the beginning
|
||||
*
|
||||
* @deprecated This will become an internal-only function after the 2022.04
|
||||
* release, use @ref vfs_iterate_mount_dirs instead.
|
||||
*
|
||||
* @param[in] cur current iterator value
|
||||
*
|
||||
* @return Pointer to next mounted file system in list after @p cur
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user