blob: 58b64ed4da12e442c49e0b3069a1f4a11f83dc8e [file] [log] [blame]
Irina Tirdeaf8fcd772012-09-11 01:14:58 +03001#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
12#endif