Release 4.15 drivers/mmc/core/block.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _MMC_CORE_BLOCK_H
#define _MMC_CORE_BLOCK_H
struct mmc_queue;
struct request;
void mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ulf Hansson | 14 | 48.28% | 1 | 25.00% |
Linus Walleij | 14 | 48.28% | 2 | 50.00% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 25.00% |
Total | 29 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.