add missing dfs_mkfs prototype in dfs_fs.h

This commit is contained in:
Grissiom 2013-05-17 20:03:24 +08:00
parent f7d1097e6b
commit 3b91e8143b
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ extern char working_directory[];
void dfs_lock(void);
void dfs_unlock(void);
int dfs_mkfs(const char *fs_name, const char *device_name);
int dfs_statfs(const char *path, struct statfs *buffer);
#endif