00001 00038 #ifndef BLOCK_DATAFLASH_H_INCLUDED 00039 #define BLOCK_DATAFLASH_H_INCLUDED 00040 00041 #include <spi.h> 00042 #include <block/device.h> 00043 00053 struct block_device *dataflash_blkdev_init(spi_id_t spi_id, 00054 struct spi_master *master, struct spi_device *device, 00055 struct workqueue_task *event_task); 00056 00058 00059 #endif /* BLOCK_DATAFLASH_H_INCLUDED */
1.6.3