]> git.ipfire.org Git - thirdparty/util-linux.git/blame - include/swapprober.h
Merge branch 'ci/cache-openwrt-sdk' of https://github.com/t-8ch/util-linux
[thirdparty/util-linux.git] / include / swapprober.h
CommitLineData
18b3e549
KZ
1#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