]> err.no Git - linux-2.6/blobdiff - include/linux/proc_fs.h
[SPARC64]: Add __read_mostly support.
[linux-2.6] / include / linux / proc_fs.h
index 59e505261fd677deb989ada1ca68b5f57af71319..0563581e3a0289b7c4ff9ce2868609cf2d39dda4 100644 (file)
@@ -74,6 +74,13 @@ struct kcore_list {
        size_t size;
 };
 
+struct vmcore {
+       struct list_head list;
+       unsigned long long paddr;
+       unsigned long size;
+       loff_t offset;
+};
+
 #ifdef CONFIG_PROC_FS
 
 extern struct proc_dir_entry proc_root;