nfsd4: typo logical vs bitwise negate for want_mask
[linux-btrfs-devel.git] / arch / mips / boot / compressed / uart-alchemy.c
blobeb063e6dead923b2a26077b5c4262e5fd0c53a31
1 #include <asm/mach-au1x00/au1000.h>
3 void putc(char c)
5 /* all current (Jan. 2010) in-kernel boards */
6 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);