Go to the documentation of this file.
18 #define UART0_PHYS 0xd8200000
19 #define UART0_ADDR(x) *(volatile unsigned char *)(UART0_PHYS + x)
21 static void putc(
const char c)
29 static void flush(
void)
36 #define arch_decomp_setup()
37 #define arch_decomp_wdog()