palmchip.S 199 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <linux/serial_reg.h>
  3. #undef UART_TX
  4. #undef UART_LSR
  5. #undef UART_MSR
  6. #define UART_TX 1
  7. #define UART_LSR 7
  8. #define UART_MSR 8
  9. #include <debug/8250.S>