Files
Debian-9-Kernel/arch/arm/include/debug/palmchip.S
T

12 lines
160 B
ArmAsm
Raw Normal View History

2023-05-02 09:58:35 +02:00
#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>