0fbfdec40d
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@721 bbd45198-f89e-11dd-88c7-29a3b14d5316
7 lines
65 B
C
7 lines
65 B
C
#ifndef __NFS_H__
|
|
#define __NFS_H__
|
|
|
|
int nfs_init(void);
|
|
|
|
#endif
|