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

struct dentry;

int hello_debugfs_init(struct dentry **, struct dentry **);
int hello_debugfs_destroy(struct dentry *, struct dentry *);
int hello_read_procmem(char *, char **, off_t, int, int *, void *);

#endif