Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
uart-alchemy.c
Go to the documentation of this file.
2 
3 void putc(char c)
4 {
5  alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
6 }