Bitlk: clean up some inlcudes and warnings.

This commit is contained in:
Milan Broz
2019-11-10 09:30:06 +01:00
parent 2227797691
commit 06268963fb
2 changed files with 8 additions and 14 deletions

View File

@@ -23,14 +23,12 @@
#ifndef _CRYPTSETUP_BITLK_H
#define _CRYPTSETUP_BITLK_H
#include <stdint.h>
#include <stddef.h>
#include "internal.h"
#include <stdint.h>
#include <stdbool.h>
struct crypt_device;
struct device;
struct crypt_params_bitlk;
#define BITLK_NONCE_SIZE 12
#define BITLK_SALT_SIZE 16