Linux Audio

Check our new training course

Loading...
v6.13.7
 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
10struct mmc_host;
11
12int mmc_gpio_alloc(struct mmc_host *host);
13
14#endif
v5.4
 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
10struct mmc_host;
11
12int mmc_gpio_alloc(struct mmc_host *host);
13
14#endif