Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
18794c820f109e6de2e16af0f058b562b0492cbc
/
.
/
libblkid
/
include
/
swapprober.h
blob: 510770045b0b75e70a3b0ebeb675c189d56a9fb6 [
file
] [
log
] [
blame
]
bigbiff
7b4c7a6
2015-01-01 19:44:14 -0500
[
diff
] [
blame
]
1
#ifndef
UTIL_LINUX_SWAP_PROBER_H
2
#define
UTIL_LINUX_SWAP_PROBER_H
3
4
#include
<blkid.h>
5
6
blkid_probe get_swap_prober
(
const
char
*
devname
);
7
8
#endif
/* UTIL_LINUX_SWAP_PROBER_H */
9