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