diff options
author | Sven Schnelle <svens@stackframe.org> | 2019-09-19 20:26:24 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2019-10-01 12:46:48 +0200 |
commit | 470d5c445e11dfa8443a5bc1d7dd5788f5fc5dd2 (patch) | |
tree | b8c76248d132092920d2a9d5ee55c3893467e009 /kexec/arch/hppa/kexec-hppa.h | |
parent | b54816eff272324320c490d62dc36b27d2838732 (diff) |
kexec: add support for PARISC architecture
This patch adds support for the parisc Architecture. kexec support
for parisc is included with linux-5.4.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Tested-by: Helge Deller <deller@gmx.de>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/hppa/kexec-hppa.h')
-rw-r--r-- | kexec/arch/hppa/kexec-hppa.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kexec/arch/hppa/kexec-hppa.h b/kexec/arch/hppa/kexec-hppa.h new file mode 100644 index 0000000..485e5b6 --- /dev/null +++ b/kexec/arch/hppa/kexec-hppa.h @@ -0,0 +1,9 @@ +#ifndef KEXEC_HPPA_H +#define KEXEC_HPPA_H + +int elf_hppa_probe(const char *buf, off_t len); +int elf_hppa_load(int argc, char **argv, const char *buf, off_t len, + struct kexec_info *info); +void elf_hppa_usage(void); + +#endif /* KEXEC_HPPA_H */ |