Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
39cf275a1a18ba3c7eb9b986c5c9b35b57332798
/
.
/
tools
/
perf
/
util
/
include
/
linux
/
magic.h
blob: 07d63cf3e0f6f5d0860c7aa8a8531b49367fd468 [
file
] [
log
] [
blame
]
#ifndef
_PERF_LINUX_MAGIC_H_
#define
_PERF_LINUX_MAGIC_H_
#ifndef
DEBUGFS_MAGIC
#define
DEBUGFS_MAGIC
0x64626720
#endif
#ifndef
SYSFS_MAGIC
#define
SYSFS_MAGIC
0x62656572
#endif
#ifndef
PROC_SUPER_MAGIC
#define
PROC_SUPER_MAGIC
0x9fa0
#endif
#endif