aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-05-06 14:49:12 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-07 12:12:52 -0700
commitac267728f13c55017ed5ee243c9c3166e27ab929 (patch)
treed57e57c8bac716ccee49185b04c374ef1e163260 /include/linux/slab.h
parentIntroduce CONFIG_HAS_DMA (diff)
downloadlinux-dev-ac267728f13c55017ed5ee243c9c3166e27ab929.tar.xz
linux-dev-ac267728f13c55017ed5ee243c9c3166e27ab929.zip
mm/slab.c: proper prototypes
Add proper prototypes in include/linux/slab.h. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r--include/linux/slab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 2f8f60ff294a..f9ed9346bfd6 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -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 */