blob: a06fd843f0256624dac7a20203477a383415b0f2 [file] [log] [blame]
Ulf Hansson7f133de2014-12-18 15:44:34 +01001/*
2 * Copyright (C) 2014 Linaro Ltd
3 *
4 * Author: Ulf Hansson <ulf.hansson@linaro.org>
5 *
6 * License terms: GNU General Public License (GPL) version 2
7 */
8#ifndef _MMC_CORE_SLOTGPIO_H
9#define _MMC_CORE_SLOTGPIO_H
10
Ulf Hansson066185d2017-01-13 14:14:07 +010011struct mmc_host;
12
Ulf Hansson7f133de2014-12-18 15:44:34 +010013int mmc_gpio_alloc(struct mmc_host *host);
14
15#endif