X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fslab.h;h=f62caaad94e00876d7877c8cb738c95f5e61021c;hb=bb04af0e2e5bcd8d1a5d7f7d5c704f7eb328f241;hp=f3a8eecd99f3c4b5eb68d10389e3b96546699f4d;hpb=0c326331c8b107abc0a160e8899d749150b8f76a;p=powerpc.git diff --git a/include/linux/slab.h b/include/linux/slab.h index f3a8eecd99..f62caaad94 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -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 */