repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nfsd4: typo logical vs bitwise negate for want_mask
[linux-btrfs-devel.git]
/
arch
/
mips
/
boot
/
compressed
/
uart-alchemy.c
blob
eb063e6dead923b2a26077b5c4262e5fd0c53a31
1
#include <asm/mach-au1x00/au1000.h>
2
3
void
putc
(
char
c
)
4
{
5
/* all current (Jan. 2010) in-kernel boards */
6
alchemy_uart_putchar
(
AU1000_UART0_PHYS_ADDR
,
c
);
7
}