Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
9e4b259d4fbf8a9c822117e734356e94b7f30927
/
.
/
arch
/
cris
/
include
/
asm
/
serial.h
blob: af7535a955fbd9d3d10ca9bc5098e630afc47329 [
file
] [
log
] [
blame
]
WANG Cong
02016bc
2011-08-25 15:59:20 -0700
[
diff
] [
blame
]
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 */