21 lines
519 B
C
21 lines
519 B
C
/*
|
|
* File : dfs_uffs.h
|
|
* This file is part of Device File System in RT-Thread RTOS
|
|
* COPYRIGHT (C) 2004-2010, 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
|
|
* 2010-09-02 Bernard The first version.
|
|
*/
|
|
|
|
#ifndef __DFS_UFFS_H__
|
|
#define __DFS_UFFS_H__
|
|
|
|
int dfs_uffs_init(void);
|
|
|
|
#endif
|