root/drivers/s390/crypto/zcrypt_cex2c.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0+ */
   2 /*
   3  *  Copyright IBM Corp. 2001, 2018
   4  *  Author(s): Robert Burroughs
   5  *             Eric Rossman (edrossma@us.ibm.com)
   6  *
   7  *  Hotplug & misc device support: Jochen Roehrig (roehrig@de.ibm.com)
   8  *  Major cleanup & driver split: Martin Schwidefsky <schwidefsky@de.ibm.com>
   9  *  MSGTYPE restruct:             Holger Dengler <hd@linux.vnet.ibm.com>
  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_ */

/* [<][>][^][v][top][bottom][index][help] */