1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 261a6976bSPaul Mundt #ifndef __CPU_SH3_SERIAL_H 361a6976bSPaul Mundt #define __CPU_SH3_SERIAL_H 461a6976bSPaul Mundt 561a6976bSPaul Mundt #include <linux/serial_sci.h> 661a6976bSPaul Mundt 761a6976bSPaul Mundt extern struct plat_sci_port_ops sh770x_sci_port_ops; 861a6976bSPaul Mundt extern struct plat_sci_port_ops sh7710_sci_port_ops; 961a6976bSPaul Mundt extern struct plat_sci_port_ops sh7720_sci_port_ops; 1061a6976bSPaul Mundt 1161a6976bSPaul Mundt #endif /* __CPU_SH3_SERIAL_H */ 12