Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fbb0e4da96f4503e65bc4fb627cf4e1d7c8c64e6
/
.
/
arch
/
x86
/
boot
/
compressed
/
error.h
blob: 2e59dac07f9e051ad34e1061c3ae7b9a8e111480 [
file
] [
log
] [
blame
]
#ifndef
BOOT_COMPRESSED_ERROR_H
#define
BOOT_COMPRESSED_ERROR_H
void
warn
(
char
*
m
);
void
error
(
char
*
m
);
#endif
/* BOOT_COMPRESSED_ERROR_H */