/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _OMAP2_MCSPI_H #define _OMAP2_MCSPI_H #define OMAP4_MCSPI_REG_OFFSET … #define MCSPI_PINDIR_D0_IN_D1_OUT … #define MCSPI_PINDIR_D0_OUT_D1_IN … struct omap2_mcspi_platform_config { … }; struct omap2_mcspi_device_config { … }; #endif