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