00b7483f2d6e1b214bb074ba32d92b663ff5dd44
[linux-2.6-microblaze.git] / drivers / mmc / core / block.h
1 #ifndef _MMC_CORE_BLOCK_H
2 #define _MMC_CORE_BLOCK_H
3
4 struct mmc_queue;
5 struct request;
6
7 int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
8
9 #endif