Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e5137b50a0640009fd63a3e65c14bc6e1be8796a
/
.
/
tools
/
perf
/
util
/
include
/
linux
/
magic.h
blob: 58b64ed4da12e442c49e0b3069a1f4a11f83dc8e [
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
#endif