summaryrefslogtreecommitdiffstats
path: root/kexec/arch/sh/crashdump-sh.h
blob: c5d41022345544f43d0eeb0bd4705a0ec4ea0dd8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CRASHDUMP_SH_H
#define CRASHDUMP_SH_H

struct kexec_info;
int load_crashdump_segments(struct kexec_info *info, char* mod_cmdline);

#define PAGE_OFFSET	0x80000000

#endif /* CRASHDUMP_SH_H */