3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 23:32:17 +00:00
Brooklyn/drivers/s390/crypto/zcrypt_cex4.h
2021-05-27 00:09:36 +05:00

14 lines
266 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* 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_ */