xref: /linux/arch/arm/include/debug/palmchip.S (revision 0c5325466d5d4816c9bd13c56746aa26ed66231d)
1*0c532546SMans Rullgard#include <linux/serial_reg.h>
2*0c532546SMans Rullgard
3*0c532546SMans Rullgard#undef UART_TX
4*0c532546SMans Rullgard#undef UART_LSR
5*0c532546SMans Rullgard#undef UART_MSR
6*0c532546SMans Rullgard
7*0c532546SMans Rullgard#define UART_TX 1
8*0c532546SMans Rullgard#define UART_LSR 7
9*0c532546SMans Rullgard#define UART_MSR 8
10*0c532546SMans Rullgard
11*0c532546SMans Rullgard#include <debug/8250.S>
12