7 lines
65 B
C
7 lines
65 B
C
|
#ifndef __NFS_H__
|
||
|
#define __NFS_H__
|
||
|
|
||
|
int nfs_init(void);
|
||
|
|
||
|
#endif
|