block.h 201 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _MMC_CORE_BLOCK_H
  3. #define _MMC_CORE_BLOCK_H
  4. struct mmc_queue;
  5. struct request;
  6. void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
  7. #endif