iwlwifi: rs: remove unneeded check of average tpt in window
[linux-2.6/btrfs-unstable.git] / include / linux / altera_uart.h
blobc022c82db7cac72baae890d7e0be4ca88bb3f127
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 */
12 unsigned int bus_shift; /* Bus shift (address stride) */
15 #endif /* __ALTUART_H */