From 0d9aff9bd305d18625c322a1a891aba278049862 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 24 Dec 2012 12:53:20 -0600 Subject: spawn char device at /dev/, implement read --- debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 1b973bf..b82662a 100644 --- a/debug.h +++ b/debug.h @@ -1,10 +1,10 @@ -#ifndef _DEBUG_H_ -#define _DEBUG_H_ +#ifndef _HELLODEBUG_H_ +#define _HELLODEBUG_H_ struct dentry; -int debug_init(struct dentry **, struct dentry **); -int debug_destroy(struct dentry *, struct dentry *); +int hello_debugfs_init(struct dentry **, struct dentry **); +int hello_debugfs_destroy(struct dentry *, struct dentry *); #endif -- cgit v1.2.3