SmartAudio/lichee/linux-4.9/arch/x86/boot/compressed/error.h

10 lines
184 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef BOOT_COMPRESSED_ERROR_H
#define BOOT_COMPRESSED_ERROR_H
2018-12-13 10:48:25 +00:00
#include <linux/compiler.h>
2018-07-13 01:31:50 +00:00
void warn(char *m);
2018-12-13 10:48:25 +00:00
void error(char *m) __noreturn;
2018-07-13 01:31:50 +00:00
#endif /* BOOT_COMPRESSED_ERROR_H */