aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/error.h
blob: 2e59dac07f9e051ad34e1061c3ae7b9a8e111480 (plain) (blame)
1
2
3
4
5
6
7
#ifndef BOOT_COMPRESSED_ERROR_H
#define BOOT_COMPRESSED_ERROR_H

void warn(char *m);
void error(char *m);

#endif /* BOOT_COMPRESSED_ERROR_H */