Go to the documentation of this file.
3 #include <mach/hardware.h>
5 #define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS)
6 #define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)
8 static inline void putc(
char c)
15 static inline void flush(
void)
22 #define arch_decomp_setup()
23 #define arch_decomp_wdog()