Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-25
/
.
/
src
/
basic
/
blkid-util.h
blob: e4eb600ed6c7f39f27d74062a0fe57c9e19128c4 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#if HAVE_BLKID
#include
<blkid.h>
#endif
#include
"util.h"
#if HAVE_BLKID
DEFINE_TRIVIAL_CLEANUP_FUNC
(
blkid_probe
,
blkid_free_probe
);
#endif