Go to the documentation of this file.
20 #define UART0_BASE BCM2835_DEBUG_PHYS
22 #define BCM2835_UART_DR IOMEM(UART0_BASE + UART01x_DR)
23 #define BCM2835_UART_FR IOMEM(UART0_BASE + UART01x_FR)
24 #define BCM2835_UART_CR IOMEM(UART0_BASE + UART011_CR)
26 static inline void putc(
int c)
34 static inline void flush(
void)
44 #define arch_decomp_setup()
45 #define arch_decomp_wdog()