Merge remote-tracking branch 'regulator/topic/tps65910' into regulator-next
[deliverable/linux.git] / tools / perf / util / include / linux / magic.h
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
This page took 0.034529 seconds and 5 git commands to generate.