summaryrefslogtreecommitdiffstats
path: root/src/vfs/sfs/sfs.h
blob: c846c9342d9532ac1a54c666f6dc4ce991c38683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef MC__VFS_SFS_H
#define MC__VFS_SFS_H

/*** typedefs(not structures) and defined constants **********************************************/

/*** enums ***************************************************************************************/

/*** structures declarations (and typedefs of structures)*****************************************/

/*** global variables defined in .c file *********************************************************/

/*** declarations of public functions ************************************************************/

void vfs_init_sfs (void);

/*** inline functions ****************************************************************************/

#endif /* MC__VFS_SFS_H */