Imported Upstream version 0.8.9
[platform/upstream/multipath-tools.git] / libmpathpersist / mpathpr.h
1 #ifndef MPATHPR_H
2 #define MPATHPR_H
3
4 /*
5  * This header file contains symbols that are only used by
6  * libmpathpersist internally.
7  */
8
9 int update_prflag(char *mapname, int set);
10 int update_prkey_flags(char *mapname, uint64_t prkey, uint8_t sa_flags);
11 #define update_prkey(mapname, prkey) update_prkey_flags(mapname, prkey, 0)
12
13 #endif