1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (C) 2021 Rockchip Inc. 4 */ 5 6 #ifndef _RK_SDMMC_OPS_H_ 7 #define _RK_SDMMC_OPS_H_ 8 9 int rk_emmc_transfer(u8 *buffer, unsigned int addr, unsigned int blksz, int write); 10 11 #endif 12