summaryrefslogtreecommitdiff
path: root/switch.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-30 19:25:40 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-05-30 19:25:40 +0200
commit5da2894852546646990c6fee47c9521143176c1a (patch)
treec2ea9bbf692d5f2e05ac574583674ed25a94f756 /switch.h
parenta63255ff23043196fce74f143a6ebc79184fcdf2 (diff)
allow the device data to override the interface
Diffstat (limited to 'switch.h')
-rw-r--r--switch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/switch.h b/switch.h
index a6d5297..eb5968f 100644
--- 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