X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fcrash_dump.h;h=534d750d922dee89c645f10d93166c3065db85c0;hb=52b7efdbe5f5696fc80338560a3fc51e0b0a993c;hp=3f25fd1eaa4b27ac7a6195242ae400814eeb5a3c;hpb=2030eae52b416a9a9f0ffda74c982b7f1e19496d;p=linux-2.6 diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h index 3f25fd1eaa..534d750d92 100644 --- a/include/linux/crash_dump.h +++ b/include/linux/crash_dump.h @@ -7,8 +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 struct file_operations proc_vmcore_operations; +extern struct proc_dir_entry *proc_vmcore; + #endif /* CONFIG_CRASH_DUMP */ #endif /* LINUX_CRASHDUMP_H */