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