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

struct dentry;

int hello_debugfs_init(struct dentry **, struct dentry **);
int hello_debugfs_destroy(struct dentry *, struct dentry *);

#endif