Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[deliverable/linux.git] / tools / lib / api / fs / fs.h
1 #ifndef __API_FS__
2 #define __API_FS__
3
4 #ifndef SYSFS_MAGIC
5 #define SYSFS_MAGIC 0x62656572
6 #endif
7
8 #ifndef PROC_SUPER_MAGIC
9 #define PROC_SUPER_MAGIC 0x9fa0
10 #endif
11
12 const char *sysfs__mountpoint(void);
13 const char *procfs__mountpoint(void);
14 #endif /* __API_FS__ */
This page took 0.037155 seconds and 5 git commands to generate.