1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License. See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 2012-2013 Cavium Inc., All Rights Reserved.
7  */
8 #ifndef __LINUX_OCTEON_CRYPTO_H
9 #define __LINUX_OCTEON_CRYPTO_H
10 
11 #include <linux/sched.h>
12 
13 extern unsigned long octeon_crypto_enable(struct octeon_cop2_state *state);
14 extern void octeon_crypto_disable(struct octeon_cop2_state *state,
15 				  unsigned long flags);
16 
17 #endif /* __LINUX_OCTEON_CRYPTO_H */
18