]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/block-luks-priv.h
block/vvfat: Remove pointless check of NDEBUG
[mirror_qemu.git] / crypto / block-luks-priv.h
index 1516571dcb850bcbf82e225ce7a6df614fcec338..8fc967afcb002fff4960dfd4bac3f6abee52820b 100644 (file)
@@ -18,7 +18,6 @@
  *
  */
 
-#include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu/bswap.h"
 
@@ -31,7 +30,6 @@
 #include "crypto/random.h"
 #include "qemu/uuid.h"
 
-#include "qemu/coroutine.h"
 #include "qemu/bitmap.h"
 
 /*
@@ -135,3 +133,9 @@ struct QCryptoBlockLUKSHeader {
     /* key slots */
     QCryptoBlockLUKSKeySlot key_slots[QCRYPTO_BLOCK_LUKS_NUM_KEY_SLOTS];
 };
+
+
+void
+qcrypto_block_luks_to_disk_endian(QCryptoBlockLUKSHeader *hdr);
+void
+qcrypto_block_luks_from_disk_endian(QCryptoBlockLUKSHeader *hdr);