Function riot_sys::vfs_mount

source ·
pub unsafe extern "C" fn vfs_mount(mountp: *mut vfs_mount_t) -> c_int
Expand description

@brief Mount a file system

@p mountp should have been populated in advance with a file system driver, a mount point, and private_data (if the file system driver uses one).

@param[in] mountp pointer to the mount structure of the file system to mount

@return 0 on success @return <0 on error