]> Git Repo - J-linux.git/blob - drivers/mmc/core/slot-gpio.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / mmc / core / slot-gpio.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3   * Copyright (C) 2014 Linaro Ltd
4  *
5  * Author: Ulf Hansson <[email protected]>
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
This page took 0.026821 seconds and 4 git commands to generate.