• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #endif
13