git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
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>
|