]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/blkid-util.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / shared / blkid-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
1b9e5b12
LP
2#pragma once
3
349cc4a5 4#if HAVE_BLKID
0f495e01 5# include <blkid.h>
1b9e5b12 6
0f495e01 7# include "macro.h"
1b9e5b12 8
1b9e5b12 9DEFINE_TRIVIAL_CLEANUP_FUNC(blkid_probe, blkid_free_probe);
1b9e5b12 10#endif