brintos

brintos / linux-shallow public Read only

0
0
Text · 266 B · 748390a Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 *  Copyright IBM Corp. 20124 *  Author(s): Holger Dengler <hd@linux.vnet.ibm.com>5 */6 7#ifndef _ZCRYPT_CEX4_H_8#define _ZCRYPT_CEX4_H_9 10int zcrypt_cex4_init(void);11void zcrypt_cex4_exit(void);12 13#endif /* _ZCRYPT_CEX4_H_ */14