summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/crashdump-x86.h
blob: d26a5dd2bbcb0e1cee5d8820a0f9375938490ce4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CRASHDUMP_X86_H
#define CRASHDUMP_X86_H

/* Backup Region, First 640K of System RAM. */
#define BACKUP_START	0x00000000
#define BACKUP_END	0x0009ffff
#define BACKUP_SIZE	(BACKUP_END - BACKUP_START + 1)

#endif /* CRASHDUMP_X86_H */