summaryrefslogtreecommitdiff
path: root/kexec/arch/sh/kexec-sh.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/sh/kexec-sh.h')
-rw-r--r--kexec/arch/sh/kexec-sh.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/kexec/arch/sh/kexec-sh.h b/kexec/arch/sh/kexec-sh.h
new file mode 100644
index 0000000..ee73d8c
--- /dev/null
+++ b/kexec/arch/sh/kexec-sh.h
@@ -0,0 +1,17 @@
+#ifndef KEXEC_SH_H
+#define KEXEC_SH_H
+
+int zImage_sh_probe(const char *buf, off_t len);
+int zImage_sh_load(int argc, char **argv, const char *buf, off_t len,
+ struct kexec_info *info);
+void zImage_sh_usage(void);
+
+int netbsd_sh_probe(const char *buf, off_t len);
+int netbsd_sh_load(int argc, char **argv, const char *buf, off_t len,
+ struct kexec_info *info);
+void netbsd_sh_usage(void);
+
+char *get_append(void);
+unsigned long get_empty_zero(char *s);
+
+#endif /* KEXEC_SH_H */