]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/altera_jtaguart.h
ACPI: PM: Introduce "poweroff" callbacks for ACPI PM domain and LPSS
[mirror_ubuntu-bionic-kernel.git] / include / linux / altera_jtaguart.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5bcd6010
TK
2/*
3 * altera_jtaguart.h -- Altera JTAG UART driver defines.
4 */
5
6#ifndef __ALTJUART_H
7#define __ALTJUART_H
8
9#define ALTERA_JTAGUART_MAJOR 204
10#define ALTERA_JTAGUART_MINOR 186
11
12struct altera_jtaguart_platform_uart {
13 unsigned long mapbase; /* Physical address base */
14 unsigned int irq; /* Interrupt vector */
15};
16
17#endif /* __ALTJUART_H */