File: crashdump-ia64.h

package info (click to toggle)
kexec-tools 1%3A2.0.3-1%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,780 kB
  • sloc: ansic: 24,550; sh: 2,912; asm: 2,496; cpp: 1,747; makefile: 731
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CRASHDUMP_IA64_H
#define CRASHDUMP_IA64_H

#define PAGE_OFFSET             0xe000000000000000UL
#define __pa(x)			((unsigned long)(x)-PAGE_OFFSET)
extern int load_crashdump_segments(struct kexec_info *info,
		struct mem_ehdr *ehdr, unsigned long max_addr,
		unsigned long min_base, const char **cmdline);

#define CRASH_MAX_MEMMAP_NR     (KEXEC_MAX_SEGMENTS + 1)

#endif