Philipp Rudo | 840798a | 2017-08-28 15:32:36 +0200 | [diff] [blame] | 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 | |
Sebastian Ott | 598d765 | 2018-04-25 12:39:06 +0200 | [diff] [blame] | 16 | extern u64 kernel_entry; |
| 17 | extern u64 kernel_type; |
| 18 | |
| 19 | extern u64 crash_start; |
| 20 | extern u64 crash_size; |
| 21 | |
Philipp Rudo | 840798a | 2017-08-28 15:32:36 +0200 | [diff] [blame] | 22 | #endif /* __ASSEMBLY__ */ |
| 23 | #endif /* _S390_PURGATORY_H_ */ |