more input wip
[libpicofe.git] / common / input.h
index 4240904..0110e98 100644 (file)
@@ -1,4 +1,6 @@
-#define IN_DRVID_EVDEV 1
+enum {
+       IN_DRVID_EVDEV = 1,
+};
 
 /* to be called by drivers */
 void in_register(const char *nname, int drv_id, void *drv_data);