repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfio/pci: Fix integer overflows, bitmask check
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
compressed
/
uart-alchemy.c
blob
4bee55b93f6a2fc2416ff0aa7ec0424a44ca1572
1
#include <asm/mach-au1x00/au1000.h>
2
3
void
putc
(
char
c
)
4
{
5
alchemy_uart_putchar
(
AU1000_UART0_PHYS_ADDR
,
c
);
6
}