Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / include / linux / altera_jtaguart.h
blob953b178a1650a159a3aa0d8ed38647a42319870c
1 /*
2 * altera_jtaguart.h -- Altera JTAG UART driver defines.
3 */
5 #ifndef __ALTJUART_H
6 #define __ALTJUART_H
8 #define ALTERA_JTAGUART_MAJOR 204
9 #define ALTERA_JTAGUART_MINOR 186
11 struct altera_jtaguart_platform_uart {
12 unsigned long mapbase; /* Physical address base */
13 unsigned int irq; /* Interrupt vector */
16 #endif /* __ALTJUART_H */