/* SPDX-License-Identifier: GPL-2.0 * * SH7786 Pinmux * * Copyright (C) 2008, 2009 Renesas Solutions Corp. * Kuninori Morimoto <[email protected]> * * Based on sh7785.h */ #ifndef __CPU_SH7786_H__ #define __CPU_SH7786_H__ #include <linux/io.h> enum { … }; static inline u32 sh7786_mm_sel(void) { … } #endif /* __CPU_SH7786_H__ */