summaryrefslogtreecommitdiff
path: root/rcm-server-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcm-server-main.h')
-rw-r--r--rcm-server-main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 188ffab..60b2968 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -6,6 +6,7 @@ struct device {
char *path;
char *driver_name;
char *keymap_name;
+ char *devnode;
struct list_head list;
struct list_head keymaps;
};