allow the device data to override the interface
[project/usbmode.git] / switch.h
index a6d5297deea3a296436874b3561cbaae558bf520..eb5968f217225b6c1c5ca43c3e5528d1cfaed3cc 100644 (file)
--- a/switch.h
+++ b/switch.h
@@ -15,14 +15,6 @@ struct usbdev_data {
        char mfg[128], prod[128], serial[128];
 };
 
-enum {
-       DATA_MODE,
-       DATA_MSG,
-       DATA_MSG2,
-       DATA_MSG3,
-       __DATA_MAX
-};
-
 void handle_switch(struct usbdev_data *data);
 
 #endif