rt-thread/components/dfs/filesystems/nfs/dfs_nfs.h

7 lines
65 B
C

#ifndef __NFS_H__
#define __NFS_H__
int nfs_init(void);
#endif