Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003   * Copyright (C) 2014 Linaro Ltd
0004  *
0005  * Author: Ulf Hansson <ulf.hansson@linaro.org>
0006  */
0007 #ifndef _MMC_CORE_SLOTGPIO_H
0008 #define _MMC_CORE_SLOTGPIO_H
0009 
0010 struct mmc_host;
0011 
0012 int mmc_gpio_alloc(struct mmc_host *host);
0013 
0014 #endif