[BACK]Return to kdump.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / asm-powerpc

File: [Development] / linux-2.6-xfs / include / asm-powerpc / Attic / kdump.h (download)

Revision 1.1, Wed Jan 25 00:04:14 2006 UTC (11 years, 8 months ago) by cattelan
Branch: MAIN

Merge up to 2.6.16-rc1

#ifndef _PPC64_KDUMP_H
#define _PPC64_KDUMP_H

/* How many bytes to reserve at zero for kdump. The reserve limit should
 * be greater or equal to the trampoline's end address. */
#define KDUMP_RESERVE_LIMIT	0x8000

#define KDUMP_TRAMPOLINE_START	0x0100
#define KDUMP_TRAMPOLINE_END	0x3000

extern void kdump_setup(void);

#endif /* __PPC64_KDUMP_H */