Linux 4.19-rc7
[linux-2.6/btrfs-unstable.git] / include / linux / altera_jtaguart.h
blob527a142cd530a9e4b7ff4efd28fb2391c04de641
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * altera_jtaguart.h -- Altera JTAG UART driver defines.
4 */
6 #ifndef __ALTJUART_H
7 #define __ALTJUART_H
9 #define ALTERA_JTAGUART_MAJOR 204
10 #define ALTERA_JTAGUART_MINOR 186
12 struct altera_jtaguart_platform_uart {
13 unsigned long mapbase; /* Physical address base */
14 unsigned int irq; /* Interrupt vector */
17 #endif /* __ALTJUART_H */