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