20 lines
433 B
C
20 lines
433 B
C
/*
|
|
* File : dfs_nfs.h
|
|
* This file is part of Device File System in RT-Thread RTOS
|
|
* COPYRIGHT (C) 2004-2011, RT-Thread Development Team
|
|
*
|
|
* The license and distribution terms for this file may be
|
|
* found in the file LICENSE in this distribution or at
|
|
* http://www.rt-thread.org/license/LICENSE.
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
*/
|
|
|
|
#ifndef __NFS_H__
|
|
#define __NFS_H__
|
|
|
|
int nfs_init(void);
|
|
|
|
#endif
|