/* SPDX-License-Identifier: GPL-2.0 */ /* * Board-specific MMC configuration */ #ifndef _DAVINCI_MMC_H #define _DAVINCI_MMC_H #include <linux/types.h> #include <linux/mmc/host.h> struct davinci_mmc_config { … }; void davinci_setup_mmc(int module, struct davinci_mmc_config *config); enum { … }; #endif