2 * altera_uart.h -- Altera UART driver defines.
8 struct altera_uart_platform_uart
{
9 unsigned long mapbase
; /* Physical address base */
10 unsigned int irq
; /* Interrupt vector */
11 unsigned int uartclk
; /* UART clock rate */
14 #endif /* __ALTUART_H */