diff options
| -rw-r--r-- | arch/cris/include/asm/serial.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/cris/include/asm/serial.h b/arch/cris/include/asm/serial.h new file mode 100644 index 000000000000..af7535a955fb --- /dev/null +++ b/arch/cris/include/asm/serial.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef _ASM_SERIAL_H | ||
| 2 | #define _ASM_SERIAL_H | ||
| 3 | |||
| 4 | /* | ||
| 5 | * This assumes you have a 1.8432 MHz clock for your UART. | ||
| 6 | */ | ||
| 7 | #define BASE_BAUD (1843200 / 16) | ||
| 8 | |||
| 9 | #endif /* _ASM_SERIAL_H */ | ||
