iwlegacy: 3945: fix hw passive scan on radar channels
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / altera_uart.h
bloba10a907919764811678f994819f053efb379a9e8
1 /*
2 * altera_uart.h -- Altera UART driver defines.
3 */
5 #ifndef __ALTUART_H
6 #define __ALTUART_H
8 #include <linux/init.h>
10 struct altera_uart_platform_uart {
11 unsigned long mapbase; /* Physical address base */
12 unsigned int irq; /* Interrupt vector */
13 unsigned int uartclk; /* UART clock rate */
14 unsigned int bus_shift; /* Bus shift (address stride) */
17 int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp);
19 #endif /* __ALTUART_H */