at v3.13 279 B view raw
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 12#ifndef PROC_SUPER_MAGIC 13#define PROC_SUPER_MAGIC 0x9fa0 14#endif 15 16#endif