xref: /linux/arch/arm/include/debug/palmchip.S (revision 995231c820e3bd3633cb38bf4ea6f2541e1da331)
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