1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef __CPU_SH3_SERIAL_H 3*4882a593Smuzhiyun #define __CPU_SH3_SERIAL_H 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun #include <linux/serial_sci.h> 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun extern struct plat_sci_port_ops sh770x_sci_port_ops; 8*4882a593Smuzhiyun extern struct plat_sci_port_ops sh7710_sci_port_ops; 9*4882a593Smuzhiyun extern struct plat_sci_port_ops sh7720_sci_port_ops; 10*4882a593Smuzhiyun 11*4882a593Smuzhiyun #endif /* __CPU_SH3_SERIAL_H */ 12