-
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: 179466 b: refs/heads/master c: 9ce3946 h: refs/heads/master v: v3
- Loading branch information
Manu Abraham
authored and
Mauro Carvalho Chehab
committed
Jan 17, 2010
1 parent
f3ff5d3
commit 1569a22
Showing
2 changed files
with
10 additions
and
1 deletion.
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: 1159531a93f04346d94f72fdb4719c3f7e7d0a8c | ||
refs/heads/master: 9ce39460837202920fb9bad88eeec13fc75e7a13 |
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,9 @@ | ||
#ifndef __MANTIS_HIF_H | ||
#define __MANTIS_HIF_H | ||
|
||
#define MANTIS_HIF_MEMRD 1 | ||
#define MANTIS_HIF_MEMWR 2 | ||
#define MANTIS_HIF_IOMRD 3 | ||
#define MANTIS_HIF_IOMWR 4 | ||
|
||
#endif // __MANTIS_HIF_H |