-
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: 64694 b: refs/heads/master c: 8b713c6 h: refs/heads/master v: v3
- Loading branch information
Peter Chubb
authored and
Tony Luck
committed
Sep 1, 2007
1 parent
60b2103
commit af52e7d
Showing
5 changed files
with
29 additions
and
15 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: 99a19cf1c0eb22bad83fff060f08330ee9e029e2 | ||
refs/heads/master: 8b713c67bccef7cabb0ee915f47eb33d82636af9 |
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
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,10 @@ | ||
#ifndef _ASMIA64_HPSIM_H | ||
#define _ASMIA64_HPSIM_H | ||
|
||
#ifndef CONFIG_HP_SIMSERIAL_CONSOLE | ||
static inline int simcons_register(void) { return 1; } | ||
#else | ||
int simcons_register(void); | ||
#endif | ||
|
||
#endif |