summaryrefslogtreecommitdiffstats
path: root/src/kernel/block.h
blob: 5493a001dda82fc3433798279429a60b2c2fcdea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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_ */