[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
[linux-2.6-block.git] / fs / proc / internal.h
index 146a434ba944a89aaf026094755bc3818ba146c4..987c773dbb20a04f002ac03ae5f8ee522ba57cce 100644 (file)
@@ -28,6 +28,7 @@ do {                                          \
        (vmi)->largest_chunk = 0;               \
 } while(0)
 
+extern int nommu_vma_show(struct seq_file *, struct vm_area_struct *);
 #endif
 
 extern void create_seq_entry(char *name, mode_t mode, const struct file_operations *f);