diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#ifndef _DEBUG_H_ +#define _DEBUG_H_ + +struct dentry; + +int debug_init(struct dentry **, struct dentry **); +int debug_destroy(struct dentry *, struct dentry *); + +#endif + |