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
staging: rtl8188eu: remove unused code
[linux/fpc-iii.git]
/
drivers
/
mmc
/
core
/
slot-gpio.h
blob
546a5843b40b6056c8b523f156219b629acfe11c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2014 Linaro Ltd
4
*
5
* Author: Ulf Hansson <ulf.hansson@linaro.org>
6
*/
7
#ifndef _MMC_CORE_SLOTGPIO_H
8
#define _MMC_CORE_SLOTGPIO_H
9
10
struct
mmc_host
;
11
12
int
mmc_gpio_alloc
(
struct
mmc_host
*
host
);
13
14
#endif