aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/fs/fs.h
blob: cb7049551f335d6a7dbcb108933ba8e9d16e5e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __API_FS__
#define __API_FS__

#ifndef SYSFS_MAGIC
#define SYSFS_MAGIC            0x62656572
#endif

#ifndef PROC_SUPER_MAGIC
#define PROC_SUPER_MAGIC       0x9fa0
#endif

const char *sysfs__mountpoint(void);
const char *procfs__mountpoint(void);
#endif /* __API_FS__ */