/* * block.h * * Created on: Jun 26, 2019 * Author: fred */ #ifndef SRC_KERNEL_BLOCK_H_ #define SRC_KERNEL_BLOCK_H_ extern struct block_device_operations dnbd3_fops; #endif /* SRC_KERNEL_BLOCK_H_ */