Files
Chromebook-Device-Nyan-NVID…/tools/perf/util/include/linux/magic.h
2025-04-06 23:50:55 -05:00

13 lines
208 B
C

#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