aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/config.html
Commit message (Expand)AuthorAgeFilesLines
* Adjust how doc rendering uses mitmproxy source locationAldo Cortesi2014-12-281-6/+0
* Documentation for config filesAldo Cortesi2014-12-281-0/+92
#ifndef __IA64_KEXEC_H__
#define __IA64_KEXEC_H__

#include <xen/types.h>
#include <xen/kexec.h>

extern const unsigned int relocate_new_kernel_size;
extern void relocate_new_kernel(unsigned long indirection_page,
                                unsigned long start_address,
                                unsigned long boot_param,
                                unsigned long dom0_relocate_new_kernel);
void crash_save_xen_notes(void);
void machine_kexec(xen_kexec_image_t *image);
unsigned long kdump_find_rsvd_region(unsigned long size,
                                     struct rsvd_region *rsvd_regions, int n);

#endif /* __IA64_KEXEC_H__ */