diff options
Diffstat (limited to 'rcm-server.h')
-rw-r--r-- | rcm-server.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/rcm-server.h b/rcm-server.h deleted file mode 100644 index 188ffab..0000000 --- a/rcm-server.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef foorcmserverhfoo -#define foorcmserverhfoo - -struct device { - char *name; - char *path; - char *driver_name; - char *keymap_name; - struct list_head list; - struct list_head keymaps; -}; - -struct manager { - sd_bus *bus; - sd_event *event; - struct udev *udev; - struct udev_monitor *udev_mon; - sd_event_source *udev_ev; - struct list_head devices; - unsigned num_devices; -}; - -#endif - |