diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/slab.h | 3 |
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 *); | |||
219 | 219 | ||
220 | #endif /* DEBUG_SLAB */ | 220 | #endif /* DEBUG_SLAB */ |
221 | 221 | ||
222 | extern const struct seq_operations slabinfo_op; | ||
223 | ssize_t slabinfo_write(struct file *, const char __user *, size_t, loff_t *); | ||
224 | |||
222 | #endif /* __KERNEL__ */ | 225 | #endif /* __KERNEL__ */ |
223 | #endif /* _LINUX_SLAB_H */ | 226 | #endif /* _LINUX_SLAB_H */ |
224 | 227 | ||