block.h 162 B

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