00001 00041 #ifndef BLOCK_SDMMC_H_INCLUDED 00042 #define BLOCK_SDMMC_H_INCLUDED 00043 00044 struct sdmmc_slot; 00045 struct block_device; 00046 00047 extern struct block_device *sdmmc_blkdev_init_new(struct sdmmc_slot *slot, 00048 void (*event)(struct block_device *blkdev, void *context), 00049 void *context); 00050 00051 #endif /* BLOCK_SDMMC_H_INCLUDED */
1.5.8