summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/switch/src/switch-core.h
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 22:57:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 22:57:52 +0000
commit8e2a30f6f4baf326b0446f3d0d9978cd15e6a847 (patch)
treedcfddbed45ff04de3a12d4508069b904a2dcabfe /openwrt/target/linux/package/switch/src/switch-core.h
parent15c700d66c37b30d3af59b5ec52e29603c6bcbd3 (diff)
switch driver updates and fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2925 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/switch/src/switch-core.h')
-rw-r--r--openwrt/target/linux/package/switch/src/switch-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/switch/src/switch-core.h b/openwrt/target/linux/package/switch/src/switch-core.h
index bdf0ae1f8..a6621eed2 100644
--- a/openwrt/target/linux/package/switch/src/switch-core.h
+++ b/openwrt/target/linux/package/switch/src/switch-core.h
@@ -27,6 +27,7 @@ typedef struct {
typedef struct {
struct list_head list;
char *name;
+ char *version;
char *interface;
int cpuport;
int ports;