X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=f3ca95768edb0767d5972a6e303fb86eb7a0ff16;hp=c669beb966f31f3d62864a4dc71f5784b00cdb90;hb=92889eca62fcd5b72d7c54101c35ff6d6d477c40;hpb=fe6ad84c7120a1000c9dcd3cabdc6249b36414a6 diff --git a/device.h b/device.h index c669beb..f3ca957 100644 --- a/device.h +++ b/device.h @@ -228,8 +228,6 @@ extern const struct uci_blob_param_list device_attr_list; extern struct device_type simple_device_type; extern struct device_type bridge_device_type; extern struct device_type tunnel_device_type; -extern struct device_type macvlan_device_type; -extern struct device_type vlandev_device_type; void device_lock(void); void device_unlock(void);