staging: hv: Fixed bounce kmap problem by using correct index
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / altera_uart.h
blob8d441064a30dddb480a06f21c417f62869023a26
1 /*
2 * altera_uart.h -- Altera UART driver defines.
3 */
5 #ifndef __ALTUART_H
6 #define __ALTUART_H
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 */