]> Git Repo - J-linux.git/blob - arch/s390/include/asm/purgatory.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-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.025667 seconds and 4 git commands to generate.