summaryrefslogtreecommitdiffstats
path: root/include/linux/debugfs.h
diff options
context:
space:
mode:
authorvenkatesh.pallipadi@intel.com2008-07-19 01:08:13 +0200
committerH. Peter Anvin2008-07-19 02:22:04 +0200
commitae79cdaacb5599781f8bb49f4bdd5723029669cf (patch)
treeb8024e77d0b4683617e68bcb7b3bdb171caff4f3 /include/linux/debugfs.h
parentfirmware: Correct dependency on CONFIG_EXTRA_FIRMWARE_DIR (diff)
downloadkernel-qcow2-linux-ae79cdaacb5599781f8bb49f4bdd5723029669cf.tar.gz
kernel-qcow2-linux-ae79cdaacb5599781f8bb49f4bdd5723029669cf.tar.xz
kernel-qcow2-linux-ae79cdaacb5599781f8bb49f4bdd5723029669cf.zip
x86: Add a arch directory for x86 under debugfs
Add a directory for x86 arch under debugfs. Can be used to accumulate all x86 specific debugfs files. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/linux/debugfs.h')
-rw-r--r--include/linux/debugfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h
index 7266124361b4..32755cdf68db 100644
--- a/include/linux/debugfs.h
+++ b/include/linux/debugfs.h
@@ -26,6 +26,8 @@ struct debugfs_blob_wrapper {
unsigned long size;
};
+extern struct dentry *arch_debugfs_dir;
+
#if defined(CONFIG_DEBUG_FS)
/* declared over in file.c */