serial.h 172 B

12345678910
  1. #ifndef _ASM_SERIAL_H
  2. #define _ASM_SERIAL_H
  3. /*
  4. * This assumes you have a 1.8432 MHz clock for your UART.
  5. */
  6. #define BASE_BAUD (1843200 / 16)
  7. #endif /* _ASM_SERIAL_H */