X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=a1eee7fc532629e65533aa959aee594aadd82ea8;hp=1068a46c9e4a8dd151930c049e29f4c0983a4ccf;hb=987bdc77deecb928d86b9d710cc3bcfa5b3d80eb;hpb=b35fd5d5788184f685520352962f1a727ea91c1e diff --git a/device.h b/device.h index 1068a46..a1eee7f 100644 --- a/device.h +++ b/device.h @@ -45,7 +45,7 @@ struct device_type { struct list_head list; const char *name; - const struct config_param_list *config_params; + const struct uci_blob_param_list *config_params; struct device *(*create)(const char *name, struct blob_attr *attr); void (*config_init)(struct device *); @@ -148,7 +148,7 @@ struct device_hotplug_ops { int (*del)(struct device *main, struct device *member); }; -extern const struct config_param_list device_attr_list; +extern const struct uci_blob_param_list device_attr_list; extern const struct device_type simple_device_type; extern const struct device_type bridge_device_type; extern const struct device_type tunnel_device_type;