WIP FPC-III support
[linux/fpc-iii.git] / drivers / mmc / core / sdio_cis.h
blob6d76f6fa608ccec6a6db53b3ef8d5c02d29cdcd1
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * linux/drivers/mmc/core/sdio_cis.h
5 * Author: Nicolas Pitre
6 * Created: June 11, 2007
7 * Copyright: MontaVista Software Inc.
8 */
10 #ifndef _MMC_SDIO_CIS_H
11 #define _MMC_SDIO_CIS_H
13 struct mmc_card;
14 struct sdio_func;
16 int sdio_read_common_cis(struct mmc_card *card);
17 void sdio_free_common_cis(struct mmc_card *card);
19 int sdio_read_func_cis(struct sdio_func *func);
20 void sdio_free_func_cis(struct sdio_func *func);
22 #endif