package/uboot-envtools: remove runtime dependency of zlib
[openwrt.git] / package / swconfig / src / swlib.h
index b3c6769..ff73969 100644 (file)
@@ -114,10 +114,12 @@ struct uci_package;
 
 struct switch_dev {
        int id;
 
 struct switch_dev {
        int id;
+       char dev_name[IFNAMSIZ];
        const char *name;
        const char *name;
-       const char *dev_name;
+       const char *alias;
        int ports;
        int vlans;
        int ports;
        int vlans;
+       int cpu_port;
        struct switch_attr *ops;
        struct switch_attr *port_ops;
        struct switch_attr *vlan_ops;
        struct switch_attr *ops;
        struct switch_attr *port_ops;
        struct switch_attr *vlan_ops;
This page took 0.021294 seconds and 4 git commands to generate.