Theodore Ts'o | 3325bea | 2016-11-26 20:32:46 -0500 | [diff] [blame^] | 1 | /* |
2 | * fscrypt_private.h | ||||
3 | * | ||||
4 | * Copyright (C) 2015, Google, Inc. | ||||
5 | * | ||||
6 | * This contains encryption key functions. | ||||
7 | * | ||||
8 | * Written by Michael Halcrow, Ildar Muslukhov, and Uday Savagaonkar, 2015. | ||||
9 | */ | ||||
10 | |||||
11 | #ifndef _FSCRYPT_PRIVATE_H | ||||
12 | #define _FSCRYPT_PRIVATE_H | ||||
13 | |||||
14 | #include <linux/fscrypto.h> | ||||
15 | |||||
16 | /* keyinfo.c */ | ||||
17 | extern int fscrypt_get_crypt_info(struct inode *); | ||||
18 | |||||
19 | #endif /* _FSCRYPT_PRIVATE_H */ |