summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.h
blob: aa9f07bd6b961eeca39bfb1eef0168ece7657549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef _MD_CLUSTER_H
#define _MD_CLUSTER_H

#include "md.h"

struct mddev;

struct md_cluster_operations {
	int (*join)(struct mddev *mddev);
	int (*leave)(struct mddev *mddev);
};

#endif /* _MD_CLUSTER_H */
OpenPOWER on IntegriCloud