mm/slab: Sharing s_next and s_stop between slab and slub
[deliverable/linux.git] / mm / slab.h
index f96b49e4704efb1d362ef10c6eacef81afb9e6a0..95c88604aab7e3958a526633c0691ef7ce9f0a87 100644 (file)
--- a/mm/slab.h
+++ b/mm/slab.h
@@ -271,3 +271,6 @@ struct kmem_cache_node {
 #endif
 
 };
+
+void *s_next(struct seq_file *m, void *p, loff_t *pos);
+void s_stop(struct seq_file *m, void *p);
This page took 0.028563 seconds and 5 git commands to generate.