block-luks.h (ca3d87d4c84032f19478010b5604cac88b045c25) block-luks.h (986bc8ded9a5459e72951cc91b53cf2b52eb735f)
1/*
2 * QEMU Crypto block device encryption LUKS format
3 *
4 * Copyright (c) 2015-2016 Red Hat, Inc.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 7 unchanged lines hidden (view full) ---

16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
18 *
19 */
20
21#ifndef QCRYPTO_BLOCK_LUKS_H
22#define QCRYPTO_BLOCK_LUKS_H
23
1/*
2 * QEMU Crypto block device encryption LUKS format
3 *
4 * Copyright (c) 2015-2016 Red Hat, Inc.
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either

--- 7 unchanged lines hidden (view full) ---

16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
18 *
19 */
20
21#ifndef QCRYPTO_BLOCK_LUKS_H
22#define QCRYPTO_BLOCK_LUKS_H
23
24#include "crypto/blockpriv.h"
24#include "blockpriv.h"
25
26extern const QCryptoBlockDriver qcrypto_block_driver_luks;
27
28#endif /* QCRYPTO_BLOCK_LUKS_H */
25
26extern const QCryptoBlockDriver qcrypto_block_driver_luks;
27
28#endif /* QCRYPTO_BLOCK_LUKS_H */