summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mimfs_support/fs_config.h
blob: f68fec47b11bdade8128f2e66fb39094cb63dae5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  $Id$
 */

#ifndef __MIMFS_SUPPORT_h
#define __MIMFS_SUPPORT_h

#define MIMFS_TEST

#define FILESYSTEM "MOUNTED IMFS"
#define BASE_FOR_TEST "/mnt/"
#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
};
#endif

#endif