i2c: gpio: fault-injector: refactor incomplete transfer
[linux/fpc-iii.git] / drivers / mmc / core / slot-gpio.h
bloba06fd843f0256624dac7a20203477a383415b0f2
1 /*
2 * Copyright (C) 2014 Linaro Ltd
4 * Author: Ulf Hansson <ulf.hansson@linaro.org>
6 * License terms: GNU General Public License (GPL) version 2
7 */
8 #ifndef _MMC_CORE_SLOTGPIO_H
9 #define _MMC_CORE_SLOTGPIO_H
11 struct mmc_host;
13 int mmc_gpio_alloc(struct mmc_host *host);
15 #endif