Go to the documentation of this file.
20 #define AMBA_UART_DR (*(volatile unsigned char *)0xc0013000)
21 #define AMBA_UART_LCRH (*(volatile unsigned char *)0xc001302C)
22 #define AMBA_UART_CR (*(volatile unsigned char *)0xc0013030)
23 #define AMBA_UART_FR (*(volatile unsigned char *)0xc0013018)
28 static inline void putc(
int c)
36 static inline void flush(
void)
45 #define arch_decomp_setup()
46 #define arch_decomp_wdog()