diff options
Diffstat (limited to 'include/asm-m32r/serial.h')
-rw-r--r-- | include/asm-m32r/serial.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-m32r/serial.h b/include/asm-m32r/serial.h new file mode 100644 index 000000000000..1bf480f58493 --- /dev/null +++ b/include/asm-m32r/serial.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef _ASM_M32R_SERIAL_H | ||
2 | #define _ASM_M32R_SERIAL_H | ||
3 | |||
4 | /* include/asm-m32r/serial.h */ | ||
5 | |||
6 | #include <linux/config.h> | ||
7 | |||
8 | #define BASE_BAUD 115200 | ||
9 | |||
10 | #endif /* _ASM_M32R_SERIAL_H */ | ||