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