Replace round_up macro with function.

This commit is contained in:
Milan Broz
2012-08-28 13:11:02 +02:00
parent 1aca317c77
commit 4882f70040
4 changed files with 17 additions and 30 deletions

View File

@@ -84,6 +84,7 @@ int device_block_adjust(struct crypt_device *cd,
uint64_t device_offset,
uint64_t *size,
uint32_t *flags);
size_t size_round_up(size_t size, unsigned int block);
/* Receive backend devices from context helpers */
struct device *crypt_metadata_device(struct crypt_device *cd);