Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v4.6
 1/*
 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
 
 
11int mmc_gpio_alloc(struct mmc_host *host);
12
13#endif
v4.17
 1/*
 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
11struct mmc_host;
12
13int mmc_gpio_alloc(struct mmc_host *host);
14
15#endif