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