mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 12:21:19 +08:00
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
|