1*b2441318SGreg Kroah-Hartman/* SPDX-License-Identifier: GPL-2.0 */ 20c532546SMans Rullgard#include <linux/serial_reg.h> 30c532546SMans Rullgard 40c532546SMans Rullgard#undef UART_TX 50c532546SMans Rullgard#undef UART_LSR 60c532546SMans Rullgard#undef UART_MSR 70c532546SMans Rullgard 80c532546SMans Rullgard#define UART_TX 1 90c532546SMans Rullgard#define UART_LSR 7 100c532546SMans Rullgard#define UART_MSR 8 110c532546SMans Rullgard 120c532546SMans Rullgard#include <debug/8250.S> 13