diff options
Diffstat (limited to 'kexec/arch/ia64/kexec-ia64.h.orig')
-rw-r--r-- | kexec/arch/ia64/kexec-ia64.h.orig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kexec/arch/ia64/kexec-ia64.h.orig b/kexec/arch/ia64/kexec-ia64.h.orig new file mode 100644 index 0000000..b5419bb --- /dev/null +++ b/kexec/arch/ia64/kexec-ia64.h.orig @@ -0,0 +1,11 @@ +#ifndef KEXEC_IA64_H +#define KEXEC_IA64_H + +#define MAX_MEMORY_RANGES 1024 + +int elf_ia64_probe(const char *buf, off_t len); +int elf_ia64_load(int argc, char **argv, const char *buf, off_t len, + struct kexec_info *info); +void elf_ia64_usage(void); + +#endif /* KEXEC_IA64_H */ |