summaryrefslogtreecommitdiff
path: root/debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs.h')
-rw-r--r--debugfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/debugfs.h b/debugfs.h
index 721cc49..2d4bfd4 100644
--- a/debugfs.h
+++ b/debugfs.h
@@ -11,9 +11,12 @@
#include <linux/types.h>
#include <linux/mutex.h>
#include <linux/time64.h>
+#include <linux/sysfs.h>
+#include <linux/kobject.h>
struct wlan_ptracker_debugfs {
struct dentry *root;
+ struct kobject *kobj;
u32 dscp;
u32 ac;
u32 action;