summaryrefslogtreecommitdiff
path: root/libmultipath/prioritizers/netapp.h
blob: ec38821c811ffe873ed1bfd37a57859d9118980f (plain)
1
2
3
4
5
6
7
#ifndef _NETAPP_H
#define _NETAPP_H

#define PRIO_NETAPP "netapp"
int prio_netapp(struct path * pp);

#endif