blob: 510770045b0b75e70a3b0ebeb675c189d56a9fb6 [file] [log] [blame]
bigbiff7b4c7a62015-01-01 19:44:14 -05001#ifndef UTIL_LINUX_SWAP_PROBER_H
2#define UTIL_LINUX_SWAP_PROBER_H
3
4#include <blkid.h>
5
6blkid_probe get_swap_prober(const char *devname);
7
8#endif /* UTIL_LINUX_SWAP_PROBER_H */
9