purgatory.h 329 B

123456789101112131415161718
  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. #ifndef _S390_PURGATORY_H_
  8. #define _S390_PURGATORY_H_
  9. #ifndef __ASSEMBLY__
  10. #include <linux/purgatory.h>
  11. int verify_sha256_digest(void);
  12. #endif /* __ASSEMBLY__ */
  13. #endif /* _S390_PURGATORY_H_ */