xref: /linux/drivers/mmc/core/block.h (revision 2ef6765ccaab2c69470d7049d9a9bf6456a6e666)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _MMC_CORE_BLOCK_H
3 #define _MMC_CORE_BLOCK_H
4 
5 struct mmc_queue;
6 struct request;
7 
8 void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
9 
10 #endif
11