of/platform: Initialise default DMA masks
[linux/fpc-iii.git] / drivers / s390 / crypto / zcrypt_pcixcc.h
blobd678a3af83a7baa9dda7b1dfdcba632014b975a1
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * zcrypt 2.1.0
5 * Copyright IBM Corp. 2001, 2012
6 * Author(s): Robert Burroughs
7 * Eric Rossman (edrossma@us.ibm.com)
9 * Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com)
10 * Major cleanup & driver split: Martin Schwidefsky <schwidefsky@de.ibm.com>
11 * MSGTYPE restruct: Holger Dengler <hd@linux.vnet.ibm.com>
14 #ifndef _ZCRYPT_PCIXCC_H_
15 #define _ZCRYPT_PCIXCC_H_
17 int zcrypt_pcixcc_init(void);
18 void zcrypt_pcixcc_exit(void);
20 #endif /* _ZCRYPT_PCIXCC_H_ */