mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 05:37:24 +08:00
7 lines
65 B
C
7 lines
65 B
C
|
#ifndef __NFS_H__
|
||
|
#define __NFS_H__
|
||
|
|
||
|
int nfs_init(void);
|
||
|
|
||
|
#endif
|