summaryrefslogtreecommitdiffstats
path: root/src/kernel/block.h
blob: af99108bf51b1bfbb1ae216aec843ec3e8576422 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * block.h
 *
 *  Created on: Jun 26, 2019
 *      Author: fred
 */

#ifndef SRC_KERNEL_BLOCK_H_
#define SRC_KERNEL_BLOCK_H_


int dnbd3_net_connect(dnbd3_device_t *dev);

int dnbd3_net_disconnect(dnbd3_device_t *dev);

extern struct block_device_operations dnbd3_fops;


#endif /* SRC_KERNEL_BLOCK_H_ */