palmchip.S 160 B

123456789101112
  1. #include <linux/serial_reg.h>
  2. #undef UART_TX
  3. #undef UART_LSR
  4. #undef UART_MSR
  5. #define UART_TX 1
  6. #define UART_LSR 7
  7. #define UART_MSR 8
  8. #include <debug/8250.S>