-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 323800 b: refs/heads/master c: f8fcd77 h: refs/heads/master v: v3
- Loading branch information
Irina Tirdea
authored and
Arnaldo Carvalho de Melo
committed
Sep 11, 2012
1 parent
29fd094
commit 60d0bf5
Showing
4 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2814eb05720baa54ffe0950714fd55a5bcc8a565 | ||
refs/heads/master: f8fcd776212bcaa1e2359e39a43c1dbd752b8773 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters