1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2dc425a6eSKees Cook #ifndef BOOT_COMPRESSED_ERROR_H 3dc425a6eSKees Cook #define BOOT_COMPRESSED_ERROR_H 4dc425a6eSKees Cook 560854a12SKees Cook #include <linux/compiler.h> 660854a12SKees Cook 7*6d33531bSArnd Bergmann void warn(const char *m); 860854a12SKees Cook void error(char *m) __noreturn; 975d090fdSKirill A. Shutemov void panic(const char *fmt, ...) __noreturn __cold; 10dc425a6eSKees Cook 11dc425a6eSKees Cook #endif /* BOOT_COMPRESSED_ERROR_H */ 12