Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright IBM Corp. 2018
0004  *
0005  * Author(s): Philipp Rudo <prudo@linux.vnet.ibm.com>
0006  */
0007 
0008 #ifndef _S390_PURGATORY_H_
0009 #define _S390_PURGATORY_H_
0010 #ifndef __ASSEMBLY__
0011 
0012 #include <linux/purgatory.h>
0013 
0014 int verify_sha256_digest(void);
0015 
0016 #endif  /* __ASSEMBLY__ */
0017 #endif /* _S390_PURGATORY_H_ */