diff options
Diffstat (limited to 'kernel/arch/m32r/include/asm/serial.h')
-rw-r--r-- | kernel/arch/m32r/include/asm/serial.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/arch/m32r/include/asm/serial.h b/kernel/arch/m32r/include/asm/serial.h new file mode 100644 index 000000000..5ac244c72 --- /dev/null +++ b/kernel/arch/m32r/include/asm/serial.h @@ -0,0 +1,9 @@ +#ifndef _ASM_M32R_SERIAL_H +#define _ASM_M32R_SERIAL_H + +/* include/asm-m32r/serial.h */ + + +#define BASE_BAUD 115200 + +#endif /* _ASM_M32R_SERIAL_H */ |