summaryrefslogtreecommitdiff
path: root/libmultipath/prioritizers/const.h
blob: 220db54db98e0f8ec168dd6fe53519059980d910 (plain)
1
2
3
4
5
6
7
#ifndef _CONST_H
#define _CONST_H

#define PRIO_CONST "const"
int prio_const(struct path * pp);

#endif