1 #ifndef _MMC_CORE_BLOCK_H 2 #define _MMC_CORE_BLOCK_H 3 4 struct mmc_queue; 5 struct request; 6 7 void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req); 8 9 #endif 10