mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
12 lines
160 B
ArmAsm
12 lines
160 B
ArmAsm
|
#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>
|