/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #if HAVE_BLKID #include #endif #include "util.h" #if HAVE_BLKID DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe); #endif