summaryrefslogtreecommitdiffstats
path: root/include/kexec-pe-zboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kexec-pe-zboot.h')
-rw-r--r--include/kexec-pe-zboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/kexec-pe-zboot.h b/include/kexec-pe-zboot.h
index e2e0448a..374916cb 100644
--- a/include/kexec-pe-zboot.h
+++ b/include/kexec-pe-zboot.h
@@ -11,5 +11,6 @@ struct linux_pe_zboot_header {
uint32_t compress_type;
};
-int pez_prepare(const char *crude_buf, off_t buf_sz, int *kernel_fd);
+int pez_prepare(const char *crude_buf, off_t buf_sz, int *kernel_fd,
+ off_t *kernel_size);
#endif