From eb5c1bab95722a56cc44beddd1eba8dd9470c82f Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Tue, 22 Apr 2008 16:21:10 -0700 Subject: Replace weak definitions with source filename overriding. This reduces the kexec-tools' demands on the capabilities of the toolchain, and improves standards conformance, without really changing maintenance complexity. Signed-off-by: Jamey Sharp Signed-off-by: Simon Horman --- kexec/kexec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kexec/kexec.h') diff --git a/kexec/kexec.h b/kexec/kexec.h index 9649ec7..2d3a748 100644 --- a/kexec/kexec.h +++ b/kexec/kexec.h @@ -4,6 +4,7 @@ #include "config.h" #include +#include #include #define USE_BSD #include @@ -206,6 +207,7 @@ extern unsigned long add_buffer_phys_virt(struct kexec_info *info, const void *buf, unsigned long bufsz, unsigned long memsz, unsigned long buf_align, unsigned long buf_min, unsigned long buf_max, int buf_end, int phys); +extern void arch_reuse_initrd(void); extern unsigned char purgatory[]; extern size_t purgatory_size; -- cgit