]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/cryptsetup-util.h
shared: rename crypt-util.c → cryptsetup-util.c
[thirdparty/systemd.git] / src / shared / cryptsetup-util.h
CommitLineData
294bd454 1/* SPDX-License-Identifier: LGPL-2.1+ */
f18edd8a 2#pragma once
294bd454
ZJS
3
4#if HAVE_LIBCRYPTSETUP
5#include <libcryptsetup.h>
6
7#include "macro.h"
8
9DEFINE_TRIVIAL_CLEANUP_FUNC(struct crypt_device *, crypt_free);
691c2e2e 10
efc3b12f 11void cryptsetup_enable_logging(struct crypt_device *cd);
294bd454 12#endif