// SPDX-License-Identifier: GPL-2.0+ | |
/* | |
* zcrypt 2.1.0 | |
* | |
* Copyright IBM Corp. 2001, 2012 | |
* Author(s): Robert Burroughs | |
* Eric Rossman ([email protected]) | |
* | |
* Hotplug & misc device support: Jochen Roehrig ([email protected]) | |
* Major cleanup & driver split: Martin Schwidefsky <[email protected]> | |
* MSGTYPE restruct: Holger Dengler <[email protected]> | |
*/ | |
#ifndef _ZCRYPT_PCIXCC_H_ | |
#define _ZCRYPT_PCIXCC_H_ | |
int zcrypt_pcixcc_init(void); | |
void zcrypt_pcixcc_exit(void); | |
#endif /* _ZCRYPT_PCIXCC_H_ */ |