-
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: 26507 b: refs/heads/master c: 5b80234 h: refs/heads/master i: 26505: cc2cbe1 26503: 3ba232c v: v3
- Loading branch information
Sascha Hauer
authored and
Russell King
committed
May 4, 2006
1 parent
5395497
commit 1d03a6c
Showing
5 changed files
with
101 additions
and
77 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: b2556da55f78a9dbe92830b1d1c0b612edfea9fd | ||
refs/heads/master: 5b802344357338a4d645beac8ca97470bcbe3542 |
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 ASMARM_ARCH_UART_H | ||
#define ASMARM_ARCH_UART_H | ||
|
||
#define IMXUART_HAVE_RTSCTS (1<<0) | ||
|
||
struct imxuart_platform_data { | ||
unsigned int flags; | ||
}; | ||
|
||
#endif |