Systemd/src/shared/blkid-util.h

13 lines
198 B
C

/* 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