2017-11-15 01:38:01 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2006-09-20 21:58:32 +08:00
|
|
|
/*
|
2006-09-20 21:58:36 +08:00
|
|
|
* zcrypt 2.1.0
|
2006-09-20 21:58:32 +08:00
|
|
|
*
|
2012-08-28 22:45:36 +08:00
|
|
|
* Copyright IBM Corp. 2001, 2012
|
2006-09-20 21:58:32 +08:00
|
|
|
* Author(s): Robert Burroughs
|
|
|
|
* Eric Rossman (edrossma@us.ibm.com)
|
|
|
|
*
|
|
|
|
* Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com)
|
|
|
|
* Major cleanup & driver split: Martin Schwidefsky <schwidefsky@de.ibm.com>
|
2012-08-28 22:45:36 +08:00
|
|
|
* MSGTYPE restruct: Holger Dengler <hd@linux.vnet.ibm.com>
|
2006-09-20 21:58:32 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _ZCRYPT_PCIXCC_H_
|
|
|
|
#define _ZCRYPT_PCIXCC_H_
|
|
|
|
|
|
|
|
int zcrypt_pcixcc_init(void);
|
|
|
|
void zcrypt_pcixcc_exit(void);
|
|
|
|
|
|
|
|
#endif /* _ZCRYPT_PCIXCC_H_ */
|