summaryrefslogtreecommitdiffstats
path: root/kexec/arch/cris/kexec-cris.h
blob: 7ee9945cbc088464fecffae41bd199d05f686e8d (plain)
1
2
3
4
5
6
7
8
9
#ifndef KEXEC_CRIS_H
#define KEXEC_CRIS_H

int elf_cris_probe(const char *buf, off_t len);
int elf_cris_load(int argc, char **argv, const char *buf, off_t len,
	struct kexec_info *info);
void elf_cris_usage(void);

#endif /* KEXEC_CRIS_H */