GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / mmc / core / sdio_bus.h
blob6fb2cbc9316e8e0d5443143d04fca9cb0586bad4
1 /*
2 * linux/drivers/mmc/core/sdio_bus.h
4 * Copyright 2007 Pierre Ossman
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
11 #ifndef _MMC_CORE_SDIO_BUS_H
12 #define _MMC_CORE_SDIO_BUS_H
14 struct sdio_func *sdio_alloc_func(struct mmc_card *card);
15 int sdio_add_func(struct sdio_func *func);
16 void sdio_remove_func(struct sdio_func *func);
18 int sdio_register_bus(void);
19 void sdio_unregister_bus(void);
21 #endif