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