License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / mmc / core / block.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
066185d6
UH
2#ifndef _MMC_CORE_BLOCK_H
3#define _MMC_CORE_BLOCK_H
4
5struct mmc_queue;
6struct request;
7
df061588 8void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
066185d6
UH
9
10#endif