X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=device.h;h=58dcb18525d90d42dcb5d29dfd4415bd6d365bb6;hp=6fceaa1ca07a4780a2e9ce1fc3d4c7f2e33ba965;hb=59217785704fca27d2c7a19e279d27c384a452cd;hpb=f8981d9933683e1a8314fa86ac610f8e9a22661c diff --git a/device.h b/device.h index 6fceaa1..58dcb18 100644 --- a/device.h +++ b/device.h @@ -161,6 +161,7 @@ extern const struct device_type simple_device_type; extern const struct device_type bridge_device_type; extern const struct device_type tunnel_device_type; extern const struct device_type macvlan_device_type; +extern const struct device_type vlandev_device_type; void device_lock(void); void device_unlock(void);