rt-thread/components/dfs/filesystems/uffs/uffs_ext.h

12 lines
206 B
C
Raw Normal View History

#ifndef __UFFS_EXT_H__
#define __UFFS_EXT_H__
int CountFileUnder(const char *dir);
int uffs_ls(const char *name);
int uffs_format(const char *name);
int uffs_mkfile(const char *name);
#endif