diff options
Diffstat (limited to 'kexec/kexec.h')
-rw-r--r-- | kexec/kexec.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kexec/kexec.h b/kexec/kexec.h index 2904e03..c8be4a5 100644 --- a/kexec/kexec.h +++ b/kexec/kexec.h @@ -289,4 +289,9 @@ const char * proc_iomem(void); char *concat_cmdline(const char *base, const char *append); +int xen_present(void); +int xen_kexec_load(struct kexec_info *info); +int xen_kexec_unload(uint64_t kexec_flags); +void xen_kexec_exec(void); + #endif /* KEXEC_H */ |