]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/x86/boot/compressed/error.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / boot / compressed / error.h
1 #ifndef BOOT_COMPRESSED_ERROR_H
2 #define BOOT_COMPRESSED_ERROR_H
3
4 void warn(char *m);
5 void error(char *m);
6
7 #endif /* BOOT_COMPRESSED_ERROR_H */