repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm/linux...
[linux/fpc-iii.git]
/
drivers
/
mmc
/
core
/
block.h
blob
5946636101ef297e57240f879c138f5ea361eb5c
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _MMC_CORE_BLOCK_H
3
#define _MMC_CORE_BLOCK_H
4
5
struct
mmc_queue
;
6
struct
request
;
7
8
void
mmc_blk_issue_rq
(
struct
mmc_queue
*
mq
,
struct
request
*
req
);
9
10
#endif