Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / mmc / core / sdio_bus.h
blob27b8069a72ab6bad6f074452a23e6240f4758f78
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * linux/drivers/mmc/core/sdio_bus.h
5 * Copyright 2007 Pierre Ossman
6 */
7 #ifndef _MMC_CORE_SDIO_BUS_H
8 #define _MMC_CORE_SDIO_BUS_H
10 struct mmc_card;
11 struct sdio_func;
13 struct sdio_func *sdio_alloc_func(struct mmc_card *card);
14 int sdio_add_func(struct sdio_func *func);
15 void sdio_remove_func(struct sdio_func *func);
17 int sdio_register_bus(void);
18 void sdio_unregister_bus(void);
20 #endif