cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

zcrypt_cex2c.h (517B)


      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
     15int zcrypt_cex2c_init(void);
     16void zcrypt_cex2c_exit(void);
     17
     18#endif /* _ZCRYPT_CEX2C_H_ */