summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_hw.h
diff options
context:
space:
mode:
authorJon Mason2014-04-07 19:55:47 +0200
committerJon Mason2014-10-17 13:08:50 +0200
commit6465d02ee15f7a45339b7e7859d0a0f22100ca87 (patch)
treeb0554823791bb6b366734c16d241783d6ecf3149 /drivers/ntb/ntb_hw.h
parentLinux 3.17 (diff)
downloadkernel-qcow2-linux-6465d02ee15f7a45339b7e7859d0a0f22100ca87.tar.gz
kernel-qcow2-linux-6465d02ee15f7a45339b7e7859d0a0f22100ca87.tar.xz
kernel-qcow2-linux-6465d02ee15f7a45339b7e7859d0a0f22100ca87.zip
NTB: debugfs device entry
Create a debugfs entry for the NTB device to log the basic device info, as well as display the error count on a number of registers. Signed-off-by: Jon Mason <jon.mason@intel.com>
Diffstat (limited to 'drivers/ntb/ntb_hw.h')
-rw-r--r--drivers/ntb/ntb_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ntb/ntb_hw.h b/drivers/ntb/ntb_hw.h
index 465517b7393e..ddbcbfda0f49 100644
--- a/drivers/ntb/ntb_hw.h
+++ b/drivers/ntb/ntb_hw.h
@@ -152,6 +152,7 @@ struct ntb_device {
struct delayed_work lr_timer;
struct dentry *debugfs_dir;
+ struct dentry *debugfs_info;
};
/**