Browse Source

add missing dfs_mkfs prototype in dfs_fs.h

Grissiom 12 years ago
parent
commit
3b91e8143b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      components/dfs/include/dfs_fs.h

+ 1 - 0
components/dfs/include/dfs_fs.h

@@ -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