X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fcrash_dump.h;h=32503657f14f11e9078d16c44ae503e38248d7ad;hb=5b0c5c2c0d04c29f85abb485378ba5476c7aeec2;hp=7d983b817429510811d3df24c9102a5b43d9f32d;hpb=60e64d46a58236e3c718074372cab6a5b56a3b15;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h index 7d983b8..3250365 100644 --- a/include/linux/crash_dump.h +++ b/include/linux/crash_dump.h @@ -7,7 +7,12 @@ #include #include +#define ELFCORE_ADDR_MAX (-1ULL) +extern unsigned long long elfcorehdr_addr; extern ssize_t copy_oldmem_page(unsigned long, char *, size_t, unsigned long, int); +extern const struct file_operations proc_vmcore_operations; +extern struct proc_dir_entry *proc_vmcore; + #endif /* CONFIG_CRASH_DUMP */ #endif /* LINUX_CRASHDUMP_H */