1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * Copyright IBM Corp. 2001, 2012
6 * Author(s): Robert Burroughs
14 #ifndef _ZCRYPT_PCIXCC_H_
15 #define _ZCRYPT_PCIXCC_H_
17 int zcrypt_pcixcc_init(void);
18 void zcrypt_pcixcc_exit(void);
20 #endif /* _ZCRYPT_PCIXCC_H_ */