JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright IBM Corp. 2018 * * Author(s): Philipp Rudo */ #ifndef _S390_PURGATORY_H_ #define _S390_PURGATORY_H_ #ifndef __ASSEMBLY__ #include int verify_sha256_digest(void); #endif /* __ASSEMBLY__ */ #endif /* _S390_PURGATORY_H_ */