
Go to the source code of this file.
Functions | |
| struct block_device * | sdmmc_blkdev_init_new (struct sdmmc_slot *slot, void(*event)(struct block_device *blkdev, void *context), void *context) |
| Initialize a SD/MMC block device. | |
Definition in file sdmmc.h.
| struct block_device* sdmmc_blkdev_init_new | ( | struct sdmmc_slot * | slot, | |
| void(*)(struct block_device *blkdev, void *context) | event, | |||
| void * | context | |||
| ) | [read] |
Initialize a SD/MMC block device.
| slot | SD/MMC slot structure |
Definition at line 218 of file sdmmc.c.
References memset(), and sdmmc_probe_init().

1.5.8