#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