xref: /linux/arch/sh/include/cpu-sh3/cpu/serial.h (revision 61a6976bf19a6cf5dfcf37c3536665b316f22d49)
1*61a6976bSPaul Mundt #ifndef __CPU_SH3_SERIAL_H
2*61a6976bSPaul Mundt #define __CPU_SH3_SERIAL_H
3*61a6976bSPaul Mundt 
4*61a6976bSPaul Mundt #include <linux/serial_sci.h>
5*61a6976bSPaul Mundt 
6*61a6976bSPaul Mundt extern struct plat_sci_port_ops sh770x_sci_port_ops;
7*61a6976bSPaul Mundt extern struct plat_sci_port_ops sh7710_sci_port_ops;
8*61a6976bSPaul Mundt extern struct plat_sci_port_ops sh7720_sci_port_ops;
9*61a6976bSPaul Mundt 
10*61a6976bSPaul Mundt #endif /* __CPU_SH3_SERIAL_H */
11