Blame libmultipath/checkers/hp_sw.h

Packit Service 0af388
#ifndef _HP_SW_H
Packit Service 0af388
#define _HP_SW_H
Packit Service 0af388
Packit Service 0af388
int hp_sw (struct checker *);
Packit Service 0af388
int hp_sw_init (struct checker *);
Packit Service 0af388
void hp_sw_free (struct checker *);
Packit Service 0af388
Packit Service 0af388
#endif /* _HP_SW_H */