1 /* SPDX-License-Identifier: GPL-2.0-only */
6 #include <commonlib/sd_mmc_ctrlr.h>
8 #define MMCHS0_BASE 0x48060000
41 struct am335x_mmc_host
{
42 struct sd_mmc_ctrlr sd_mmc_ctrlr
;
43 struct am335x_mmc
*reg
;
47 int am335x_mmc_init_storage(struct am335x_mmc_host
*mmc_host
);