Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
524a3f2ca284831262fcf5e4ca145ef32f4b282d
/
.
/
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 */