repo.or.cz
/
linux-2.6
/
openmoko-kernel
/
knife-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.26-rc5
[linux-2.6/openmoko-kernel/knife-kernel.git]
/
include
/
asm-arm
/
arch-imx
/
imx-uart.h
blob
3a685e1780ea3ab138e9a5a0c6af6dfd6224215e
1
#ifndef ASMARM_ARCH_UART_H
2
#define ASMARM_ARCH_UART_H
3
4
#define IMXUART_HAVE_RTSCTS (1<<0)
5
6
struct
imxuart_platform_data
{
7
unsigned int
flags
;
8
};
9
10
#endif