Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
magic.h
Go to the documentation of this file.
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