summaryrefslogtreecommitdiff
path: root/src/vfs/extfs/extfs.h
blob: f6bb44d74fd679c7ea2c8327536d0c2c0bcc449c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef MC__VFS_EXTFS_H
#define MC__VFS_EXTFS_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_extfs (void);

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

#endif