~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to xen/include/asm-ia64/kexec.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __IA64_KEXEC_H__
 
2
#define __IA64_KEXEC_H__
 
3
 
 
4
#include <xen/types.h>
 
5
#include <xen/kexec.h>
 
6
 
 
7
extern const unsigned int relocate_new_kernel_size;
 
8
extern void relocate_new_kernel(unsigned long indirection_page,
 
9
                                unsigned long start_address,
 
10
                                unsigned long boot_param,
 
11
                                unsigned long dom0_relocate_new_kernel);
 
12
void crash_save_xen_notes(void);
 
13
void machine_kexec(xen_kexec_image_t *image);
 
14
unsigned long kdump_find_rsvd_region(unsigned long size,
 
15
                                     struct rsvd_region *rsvd_regions, int n);
 
16
 
 
17
#endif /* __IA64_KEXEC_H__ */