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