aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/sdio_bus.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13mmc: core: First step in cleaning up private mmc header filesUlf Hansson1-0/+3
This is the first step in cleaning up the private mmc header files. In this change we makes sure each header file builds standalone, as that helps to resolve dependencies. While changing this, it also seems reasonable to stop including other headers from inside a header itself which it don't depend upon. Additionally, in some cases such dependencies are better resolved by forward declaring the needed struct. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
2007-09-23mmc: basic SDIO device modelPierre Ossman1-0/+22
Add the sdio bus type and basic device handling. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>