add missing dfs_mkfs prototype in dfs_fs.h
This commit is contained in:
parent
f7d1097e6b
commit
3b91e8143b
|
@ -93,6 +93,7 @@ extern char working_directory[];
|
||||||
|
|
||||||
void dfs_lock(void);
|
void dfs_lock(void);
|
||||||
void dfs_unlock(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);
|
int dfs_statfs(const char *path, struct statfs *buffer);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue