]> Git Repo - linux.git/blob - arch/s390/include/asm/purgatory.h
Merge tag 'v5.15-rc3' into spi-5.15
[linux.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 <[email protected]>
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_ */
This page took 0.030859 seconds and 4 git commands to generate.