Irina Tirdea | f8fcd77 | 2012-09-11 01:14:58 +0300 | [diff] [blame] | 1 | #ifndef _PERF_LINUX_MAGIC_H_ |
2 | #define _PERF_LINUX_MAGIC_H_ | ||||
3 | |||||
4 | #ifndef DEBUGFS_MAGIC | ||||
5 | #define DEBUGFS_MAGIC 0x64626720 | ||||
6 | #endif | ||||
7 | |||||
8 | #ifndef SYSFS_MAGIC | ||||
9 | #define SYSFS_MAGIC 0x62656572 | ||||
10 | #endif | ||||
11 | |||||
Jiri Olsa | a986241 | 2013-11-05 15:14:46 +0100 | [diff] [blame] | 12 | #ifndef PROC_SUPER_MAGIC |
13 | #define PROC_SUPER_MAGIC 0x9fa0 | ||||
14 | #endif | ||||
15 | |||||
Irina Tirdea | f8fcd77 | 2012-09-11 01:14:58 +0300 | [diff] [blame] | 16 | #endif |