summaryrefslogtreecommitdiff
path: root/arch/arm/include/debug/palmchip.S
blob: 6824b2d1c38e60bd0a4019e8d0450b987fa72d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <linux/serial_reg.h>

#undef UART_TX
#undef UART_LSR
#undef UART_MSR

#define UART_TX 1
#define UART_LSR 7
#define UART_MSR 8

#include <debug/8250.S>