]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/irqdesc.h
Merge tag 'docs-4.13' of git://git.lwn.net/linux
[karo-tx-linux.git] / include / linux / irqdesc.h
index c9be57931b58110dd3f7af4f7e059b28bce4843c..d425a3a097227ed7e3e83c6fbfb8219cab55d9ed 100644 (file)
@@ -46,6 +46,7 @@ struct pt_regs;
  * @rcu:               rcu head for delayed free
  * @kobj:              kobject used to represent this struct in sysfs
  * @dir:               /proc/irq/ procfs entry
+ * @debugfs_file:      dentry for the debugfs file
  * @name:              flow handler name for /proc/interrupts output
  */
 struct irq_desc {
@@ -88,6 +89,9 @@ struct irq_desc {
 #ifdef CONFIG_PROC_FS
        struct proc_dir_entry   *dir;
 #endif
+#ifdef CONFIG_GENERIC_IRQ_DEBUGFS
+       struct dentry           *debugfs_file;
+#endif
 #ifdef CONFIG_SPARSE_IRQ
        struct rcu_head         rcu;
        struct kobject          kobj;