]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/crypto/fscrypt_private.h
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
[mirror_ubuntu-artful-kernel.git] / fs / crypto / fscrypt_private.h
CommitLineData
3325bea5
TT
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 */
17extern int fscrypt_get_crypt_info(struct inode *);
18
19#endif /* _FSCRYPT_PRIVATE_H */