]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/crash_dump.h
[PATCH] Replace highest_possible_node_id() with nr_node_ids
[linux-2.6-omap-h63xx.git] / include / linux / crash_dump.h
index 3f25fd1eaa4b27ac7a6195242ae400814eeb5a3c..32503657f14f11e9078d16c44ae503e38248d7ad 100644 (file)
@@ -7,8 +7,12 @@
 #include <linux/device.h>
 #include <linux/proc_fs.h>
 
+#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 */