]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/slab.h
mm/slab.c: proper prototypes
[karo-tx-linux.git] / include / linux / slab.h
index 2f8f60ff294aa93426409289c383d2a73f4f6cf2..f9ed9346bfd6eec54db83cc097e449423cf1d67f 100644 (file)
@@ -219,6 +219,9 @@ extern void *__kmalloc_node_track_caller(size_t, gfp_t, int, void *);
 
 #endif /* DEBUG_SLAB */
 
+extern const struct seq_operations slabinfo_op;
+ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);
+
 #endif /* __KERNEL__ */
 #endif /* _LINUX_SLAB_H */