blob: 1bf480f58493e3ae8a68ed9f6f1312a45b0d1265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _ASM_M32R_SERIAL_H
#define _ASM_M32R_SERIAL_H
/* include/asm-m32r/serial.h */
#include <linux/config.h>
#define BASE_BAUD 115200
#endif /* _ASM_M32R_SERIAL_H */
|