]> Git Repo - linux.git/blob - drivers/s390/crypto/zcrypt_pcixcc.h
Merge tag 'tilcdc-4.20' of https://github.com/jsarha/linux into drm-next
[linux.git] / drivers / s390 / crypto / zcrypt_pcixcc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  *  zcrypt 2.1.0
4  *
5  *  Copyright IBM Corp. 2001, 2012
6  *  Author(s): Robert Burroughs
7  *             Eric Rossman ([email protected])
8  *
9  *  Hotplug & misc device support: Jochen Roehrig ([email protected])
10  *  Major cleanup & driver split: Martin Schwidefsky <[email protected]>
11  *  MSGTYPE restruct:             Holger Dengler <[email protected]>
12  */
13
14 #ifndef _ZCRYPT_PCIXCC_H_
15 #define _ZCRYPT_PCIXCC_H_
16
17 int zcrypt_pcixcc_init(void);
18 void zcrypt_pcixcc_exit(void);
19
20 #endif /* _ZCRYPT_PCIXCC_H_ */
This page took 0.032686 seconds and 4 git commands to generate.