Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17 13 lines 266 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright IBM Corp. 2012 4 * 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_ */