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 v4.10 12 lines 227 B view raw
1/* 2 * Copyright IBM Corp. 2012 3 * Author(s): Holger Dengler <hd@linux.vnet.ibm.com> 4 */ 5 6#ifndef _ZCRYPT_CEX4_H_ 7#define _ZCRYPT_CEX4_H_ 8 9int zcrypt_cex4_init(void); 10void zcrypt_cex4_exit(void); 11 12#endif /* _ZCRYPT_CEX4_H_ */