Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.34-rc2 7 lines 150 B view raw
1#include <asm/mach-au1x00/au1000.h> 2 3void putc(char c) 4{ 5 /* all current (Jan. 2010) in-kernel boards */ 6 alchemy_uart_putchar(UART0_PHYS_ADDR, c); 7}