bernard.xiong@gmail.com 0fbfdec40d add NFS v3 filesystem implementation.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@721 bbd45198-f89e-11dd-88c7-29a3b14d5316
2010-05-20 00:10:15 +00:00

7 lines
65 B
C

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