]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/linux/altera_uart.h
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
[karo-tx-linux.git] / include / linux / altera_uart.h
1 /*
2  * altera_uart.h -- Altera UART driver defines.
3  */
4
5 #ifndef __ALTUART_H
6 #define __ALTUART_H
7
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) */
13 };
14
15 #endif /* __ALTUART_H */