Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / arch / s390 / include / asm / purgatory.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright IBM Corp. 2018
4  *
5  * Author(s): Philipp Rudo <prudo@linux.vnet.ibm.com>
6  */
7
8 #ifndef _S390_PURGATORY_H_
9 #define _S390_PURGATORY_H_
10 #ifndef __ASSEMBLY__
11
12 #include <linux/purgatory.h>
13
14 int verify_sha256_digest(void);
15
16 #endif  /* __ASSEMBLY__ */
17 #endif /* _S390_PURGATORY_H_ */