12 lines
206 B
C
12 lines
206 B
C
|
|
||
|
#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
|
||
|
|