diff options
Diffstat (limited to 'arch/s390/boot/decompressor.h')
-rw-r--r-- | arch/s390/boot/decompressor.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/s390/boot/decompressor.h b/arch/s390/boot/decompressor.h new file mode 100644 index 000000000000..4f966f06bd65 --- /dev/null +++ b/arch/s390/boot/decompressor.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef BOOT_COMPRESSED_DECOMPRESSOR_H +#define BOOT_COMPRESSED_DECOMPRESSOR_H + +#ifndef CONFIG_KERNEL_UNCOMPRESSED +unsigned long mem_safe_offset(void); +void deploy_kernel(void *output); +#endif + +#endif /* BOOT_COMPRESSED_DECOMPRESSOR_H */ |