00001 00041 #ifndef BLOCK_DUMMY_H_INCLUDED 00042 #define BLOCK_DUMMY_H_INCLUDED 00043 00044 extern struct block_device *dummy_blkdev_init(uint16_t block_size, 00045 uint32_t nr_blocks, bool writeable); 00046 00047 #endif /* BLOCK_DUMMY_H_INCLUDED */
1.5.8