]> Git Repo - linux.git/blob - drivers/s390/crypto/zcrypt_cex2c.h
mips: vdso: drop unnecessary cc-ldoption
[linux.git] / drivers / s390 / crypto / zcrypt_cex2c.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *  Copyright IBM Corp. 2001, 2018
4  *  Author(s): Robert Burroughs
5  *             Eric Rossman ([email protected])
6  *
7  *  Hotplug & misc device support: Jochen Roehrig ([email protected])
8  *  Major cleanup & driver split: Martin Schwidefsky <[email protected]>
9  *  MSGTYPE restruct:             Holger Dengler <[email protected]>
10  */
11
12 #ifndef _ZCRYPT_CEX2C_H_
13 #define _ZCRYPT_CEX2C_H_
14
15 int zcrypt_cex2c_init(void);
16 void zcrypt_cex2c_exit(void);
17
18 #endif /* _ZCRYPT_CEX2C_H_ */
This page took 0.037351 seconds and 4 git commands to generate.