summaryrefslogtreecommitdiffstats
path: root/debug.h
blob: 1b973bff6d8d31645c827c8f2f95fda6439c8fd1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _DEBUG_H_
#define _DEBUG_H_

struct dentry;

int debug_init(struct dentry **, struct dentry **);
int debug_destroy(struct dentry *, struct dentry *);

#endif