mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
1e2076f452
New zcrypt module supports IBM CryptoExpress 4 cards. Signed-off-by: Holger Dengler <hd@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
12 lines
227 B
C
12 lines
227 B
C
/*
|
|
* Copyright IBM Corp. 2012
|
|
* Author(s): Holger Dengler <hd@linux.vnet.ibm.com>
|
|
*/
|
|
|
|
#ifndef _ZCRYPT_CEX4_H_
|
|
#define _ZCRYPT_CEX4_H_
|
|
|
|
int zcrypt_cex4_init(void);
|
|
void zcrypt_cex4_exit(void);
|
|
|
|
#endif /* _ZCRYPT_CEX4_H_ */
|