Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[deliverable/linux.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 */
This page took 0.033386 seconds and 6 git commands to generate.