]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/slab.h
cgroups: add cgroup support for enabling controllers at boot time
[linux-2.6-omap-h63xx.git] / include / linux / slab.h
index f3a8eecd99f3c4b5eb68d10389e3b96546699f4d..f62caaad94e00876d7877c8cb738c95f5e61021c 100644 (file)
@@ -271,5 +271,10 @@ static inline void *kzalloc(size_t size, gfp_t flags)
        return kmalloc(size, flags | __GFP_ZERO);
 }
 
+#ifdef CONFIG_SLABINFO
+extern const struct seq_operations slabinfo_op;
+ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *);
+#endif
+
 #endif /* __KERNEL__ */
 #endif /* _LINUX_SLAB_H */